Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py83 hoptions.append(Jumbo(jumboplen=5000))
137 hoptions.append(Jumbo(jumboplen=5000))
/f-stack/freebsd/netinet6/
H A Dip6_input.c1006 u_int32_t jumboplen; in ip6_process_hopopts() local
1070 bcopy(opt + 2, &jumboplen, sizeof(jumboplen)); in ip6_process_hopopts()
1071 jumboplen = (u_int32_t)htonl(jumboplen); in ip6_process_hopopts()
1094 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
1101 *plenp = jumboplen; in ip6_process_hopopts()