Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Dfrag6.c249 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
256 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
270 af6->ip6af_frglen > IPV6_MAXPACKET) { in frag6_input()
409 if ((u_int)next > IPV6_MAXPACKET) { in frag6_input()
H A Dip6_output.c265 if (plen > IPV6_MAXPACKET) { in ip6_output()
731 if (mtu > IPV6_MAXPACKET) in ip6_output()
732 mtu = IPV6_MAXPACKET; in ip6_output()
1508 if (pmtu > IPV6_MAXPACKET) in ip6_ctloutput()
1509 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
H A Dip6_input.c949 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
/openbsd/sys/netinet/
H A Dip6.h266 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
H A Dipsec_output.c242 IPV6_MAXPACKET) { in ipsp_process_packet()
472 if (m->m_pkthdr.len - sizeof(*ip6) > IPV6_MAXPACKET) { in ipsp_process_done()
H A Dip_ipcomp.c364 if (m->m_pkthdr.len + hlen > IPV6_MAXPACKET) { in ipcomp_output()
H A Dip_ah.c928 if (rplen + ahx->authsize + m->m_pkthdr.len > IPV6_MAXPACKET) { in ah_output()
H A Dip_esp.c756 if (skip + hlen + rlen + padding + alen > IPV6_MAXPACKET) { in esp_output()
/openbsd/usr.sbin/ospf6d/
H A Dlsupdate.c156 size = bigpkt ? IPV6_MAXPACKET : iface->mtu; in prepare_ls_update()
/openbsd/sbin/ping/
H A Dping.c129 #define MAXPAYLOAD6 IPV6_MAXPACKET - IP6LEN - ECHOLEN
/openbsd/sys/net/
H A Dpf_norm.c939 if (hdrlen - sizeof(struct ip6_hdr) + total > IPV6_MAXPACKET) { in pf_reassemble6()
H A Dpf.c7060 if (pd->jumbolen < IPV6_MAXPACKET) { in pf_walk_option6()