Searched refs:ICMPV6_PLD_MAXLEN (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_forward.c253 * Save at most ICMPV6_PLD_MAXLEN (= the min IPv6 MTU -
261 mcopy = m_copy(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN));
H A Dicmp6.c387 if (m->m_pkthdr.len >= ICMPV6_PLD_MAXLEN)
388 m_adj(m, ICMPV6_PLD_MAXLEN - m->m_pkthdr.len);
/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h98 #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) macro

Completed in 29 milliseconds