ssh_packet_callbacks_struct

Undocumented in source.

Members

Variables

callbacks
ssh_packet_callback* callbacks;

A pointer to n_callbacks packet callbacks

n_callbacks
ubyte n_callbacks;

Number of packets being handled by this callback struct

start
ubyte start;

Index of the first packet type being handled

user
void* user;

User-provided data. User is free to set anything he wants here

Meta