Searched defs:PacketType (Results 1 – 4 of 4) sorted by relevance
38 typedef struct PacketType { struct39 unsigned char type; /* SSH_MSG_FOO */40 void (*handler)();
96 unsigned PacketType; in ProfileInfoLoader() local
136 unsigned PacketType; in ProfileDataLoader() local
64 static const char* PacketType(bool rtcp) { in PacketType() function