Searched refs:tr_query (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-igmp.c45 struct tr_query { struct
56 * Traceroute response format. A traceroute response has a tr_query at the
109 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
112 if (len < 8 + sizeof (struct tr_query)) {
131 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
134 if (len < 8 + sizeof (struct tr_query)) {

Completed in 104 milliseconds