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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c333 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) {
343 else if (fragoff + frgpartlen > IPV6_MAXPACKET) {
362 IPV6_MAXPACKET) {
H A Dah_output.c454 if (m->m_pkthdr.len - sizeof(struct ip6_hdr) > IPV6_MAXPACKET) {
H A Dip6_output.c544 if (plen > IPV6_MAXPACKET) {
1384 if (mtu > IPV6_MAXPACKET)
1385 mtu = IPV6_MAXPACKET;
2397 if (pmtu > IPV6_MAXPACKET)
2398 pmtu = IPV6_MAXPACKET;
H A Dipsec.c2483 if (plen < IPV6_MAXPACKET - sizeof(struct ip6_hdr))
2633 if (plen < IPV6_MAXPACKET)
3424 if (plen > IPV6_MAXPACKET) {
3819 if (plen > IPV6_MAXPACKET) {
H A Dip6_input.c1401 if (jumboplen <= IPV6_MAXPACKET) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h291 #define IPV6_MAXPACKET 65535 /* ip6 max packet size without Jumbo payload*/ macro
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1859 if ((int)(sizeof (struct ip6_hdr) + IPV6_MAXPACKET) < m->m_pkthdr.len)
1930 if (jumbolen <= IPV6_MAXPACKET)
1979 if (fragoff + (plen - off) > IPV6_MAXPACKET)
H A Dif_utun_crypto_ipsec.c918 if (plen > IPV6_MAXPACKET) {

Completed in 47 milliseconds