Searched defs:packet_info (Results 1 – 1 of 1) sorted by relevance
304 struct packet_info { struct305 const char *name;306 int type;307 int response_tcode;308 const struct packet_field *fields;309 int field_count;404 static const struct packet_info packet_info[] = { variable