Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtraceroute.c777 int nexthdr; in packet6_ok() local
781 nexthdr = hip->ip6_nxt; in packet6_ok()
783 if (nexthdr == IPPROTO_FRAGMENT) { in packet6_ok()
784 nexthdr = *(unsigned char*)up; in packet6_ok()
787 if (nexthdr == IPPROTO_UDP) { in packet6_ok()