Searched refs:jumboplen (Results 1 – 2 of 2) sorted by relevance
1007 u_int32_t jumboplen; in ip6_process_hopopts() local1071 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()
98 sp.IPv6ExtHdrHopByHop(options=sp.Jumbo(jumboplen=65536)) / \