HomeSort by relevance Sort by last modified time
    Searched full:tr_query (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-igmp.c 49 struct tr_query { struct
60 * Traceroute response format. A traceroute response has a tr_query at the
78 #define TR_QUERY 1
112 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
115 if (len < 8 + sizeof (struct tr_query)) {
134 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
137 if (len < 8 + sizeof (struct tr_query)) {

Completed in 48 milliseconds