Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip6.h305 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
/xnu-8020.101.4/bsd/netinet6/
H A Dfrag6.c537 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
546 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) { in frag6_input()
580 IPV6_MAXPACKET) { in frag6_input()
H A Dah_output.c455 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) { in ah6_output()
H A Dip6_output.c763 if (plen > IPV6_MAXPACKET) { in ip6_output_list()
1829 if (mtu > IPV6_MAXPACKET) { in ip6_do_fragmentation()
1830 mtu = IPV6_MAXPACKET; in ip6_do_fragmentation()
2950 if (pmtu > IPV6_MAXPACKET) { in ip6_ctloutput()
2951 pmtu = IPV6_MAXPACKET; in ip6_ctloutput()
H A Dipsec.c2441 if (plen < IPV6_MAXPACKET - sizeof(struct ip6_hdr)) { in ipsec6_encapsulate()
2653 if (plen > IPV6_MAXPACKET) { in ipsec6_update_routecache_and_output()
2803 if (plen < IPV6_MAXPACKET - sizeof(struct ip6_hdr)) { in ipsec46_encapsulate()
3578 if (plen > IPV6_MAXPACKET) { in ipsec6_output_trans_internal()
3996 if (plen > IPV6_MAXPACKET) { in ipsec6_output_tunnel_internal()
H A Dip6_input.c1681 if (jumboplen <= IPV6_MAXPACKET) { in ip6_process_hopopts()
/xnu-8020.101.4/bsd/net/
H A Dpf_norm.c2308 if ((uint32_t)(sizeof(struct ip6_hdr) + IPV6_MAXPACKET) < in pf_normalize_ip6()
2390 if (jumbolen <= IPV6_MAXPACKET) { in pf_normalize_ip6()
2447 if (fragoff + (plen - off) > IPV6_MAXPACKET) { in pf_normalize_ip6()