Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Dfrag6.c322 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
329 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
347 IPV6_MAXPACKET) { in frag6_input()
469 if ((u_int)next > IPV6_MAXPACKET) { in frag6_input()
H A Dip6_output.c339 if (plen > IPV6_MAXPACKET) { in ip6_output()
902 if (mtu > IPV6_MAXPACKET) in ip6_output()
903 mtu = IPV6_MAXPACKET; in ip6_output()
1867 if (pmtu > IPV6_MAXPACKET) in ip6_ctloutput()
1868 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
H A Dip6_input.c997 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
/netbsd-src/sys/netinet/
H A Dip6.h273 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
H A Dtcp_output.c897 CTASSERT(IPV6_MAXPACKET == IP_MAXPACKET); in tcp_output()
/netbsd-src/sys/netipsec/
H A Dipsec_output.c223 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) { in ipsec_process_done()
773 if (m->m_pkthdr.len - sizeof(*ip6) > IPV6_MAXPACKET) { in ipsec6_process_packet()
H A Dxform_ipcomp.c391 maxpacketsize = IPV6_MAXPACKET; in ipcomp_output()
H A Dxform_esp.c734 maxpacketsize = IPV6_MAXPACKET; in esp_output()
H A Dxform_ah.c918 maxpacketsize = IPV6_MAXPACKET; in ah_output()
/netbsd-src/sys/dist/pf/net/
H A Dpf_norm.c1148 if (sizeof(struct ip6_hdr) + IPV6_MAXPACKET < m->m_pkthdr.len)
1202 if (jumbolen <= IPV6_MAXPACKET)
1247 if (fragoff + (plen - off - sizeof(frag)) > IPV6_MAXPACKET)