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

/netbsd-current/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);
/netbsd-current/sys/netinet6/
H A Dfrag6.c322 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) {
329 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) {
347 IPV6_MAXPACKET) {
469 if ((u_int)next > IPV6_MAXPACKET) {
H A Dip6_output.c339 if (plen > IPV6_MAXPACKET) {
902 if (mtu > IPV6_MAXPACKET)
903 mtu = IPV6_MAXPACKET;
1867 if (pmtu > IPV6_MAXPACKET)
1868 pmtu = IPV6_MAXPACKET;
H A Dip6_input.c997 if (jumboplen <= IPV6_MAXPACKET) {
/netbsd-current/sys/netipsec/
H A Dipsec_output.c223 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) {
773 if (m->m_pkthdr.len - sizeof(*ip6) > IPV6_MAXPACKET) {
H A Dxform_ipcomp.c391 maxpacketsize = IPV6_MAXPACKET;
H A Dxform_ah.c918 maxpacketsize = IPV6_MAXPACKET;
H A Dxform_esp.c734 maxpacketsize = IPV6_MAXPACKET;
/netbsd-current/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)

Completed in 110 milliseconds