Searched defs:packet_info (Results 1 – 1 of 1) sorted by relevance
313 struct packet_info { struct314 const char *name;315 int type;316 int response_tcode;317 const struct packet_field *fields;318 int field_count;413 static const struct packet_info packet_info[] = { variable