Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dip6_input.c1007 u_int32_t jumboplen; in ip6_process_hopopts() local
1071 bcopy(opt + 2, &jumboplen, sizeof(jumboplen)); in ip6_process_hopopts()
1072 jumboplen = (u_int32_t)htonl(jumboplen); in ip6_process_hopopts()
1095 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
1102 *plenp = jumboplen; in ip6_process_hopopts()
/freebsd-12-stable/tests/sys/netinet6/frag6/
Dfrag6_01.py98 sp.IPv6ExtHdrHopByHop(options=sp.Jumbo(jumboplen=65536)) / \