Home
last modified time | relevance | path

Searched refs:hdr_next (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dtraceroute.c390 int hdr_next; in do_trace() local
394 hdr_next = hip->ip6_nxt; in do_trace()
395 if (hdr_next == IPPROTO_FRAGMENT) { in do_trace()
396 hdr_next = *(unsigned char*)hudp; in do_trace()
400 if (hdr_next == IPPROTO_UDP) { in do_trace()