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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-igmp.c44 struct tr_query { struct
55 * Traceroute response format. A traceroute response has a tr_query at the
108 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
111 if (len < 8 + sizeof (struct tr_query)) {
130 register const struct tr_query *tr = (const struct tr_query *)(bp + 8);
133 if (len < 8 + sizeof (struct tr_query)) {

Completed in 39 milliseconds