Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Dip6_input.c909 u_int32_t jumboplen; in ip6_process_hopopts() local
973 memcpy(&jumboplen, opt + 2, sizeof(jumboplen)); in ip6_process_hopopts()
974 jumboplen = (u_int32_t)htonl(jumboplen); in ip6_process_hopopts()
997 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
1004 *plenp = jumboplen; in ip6_process_hopopts()