Home
last modified time | relevance | path

Searched refs:ICMPV6_PLD_MAXLEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c150 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
H A Dicmp6.c359 if (m->m_pkthdr.len >= ICMPV6_PLD_MAXLEN) in icmp6_error()
360 m_adj(m, ICMPV6_PLD_MAXLEN - m->m_pkthdr.len); in icmp6_error()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h73 #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) macro
/f-stack/freebsd/netinet/
H A Dicmp6.h69 #define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr) macro