Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_input.c1016 u_int32_t jumboplen; in ip6_process_hopopts()
1080 bcopy(opt + 2, &jumboplen, sizeof(jumboplen)); in ip6_process_hopopts()
1081 jumboplen = (u_int32_t)htonl(jumboplen); in ip6_process_hopopts()
1104 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
1111 *plenp = jumboplen; in ip6_process_hopopts()
1005 u_int32_t jumboplen; ip6_process_hopopts() local
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_01.py97 sp.IPv6ExtHdrHopByHop(options=sp.Jumbo(jumboplen=65536)) / \