Lines Matching full:packet
37 #include "packet.h"
101 /* Packet buffers/values etc */
104 buffer with the packet to send. */
108 buffer *payload; /* Post-decompression, the actual SSH packet */
111 /* Packet-handling flags */
112 const packettype * packettypes; /* Packet handler mappings for this
113 session, see process-packet.c */
118 unsigned char requirenext; /* byte indicating what packet we require next,
121 unsigned char ignorenext; /* whether to ignore the next packet,
124 unsigned char lastpacket; /* What the last received packet type was */
138 buffer* transkexinit; /* the kexinit packet we send should be kept so we