Searched refs:M_RTALERT_MLD (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Din6.h631 #define M_RTALERT_MLD M_PROTO6 macro
H A Draw_ip6.c222 * Use the M_RTALERT_MLD flag to check for MLD
238 if ((m->m_flags & M_RTALERT_MLD) == 0) {
H A Dip6_input.c1028 m->m_flags |= M_RTALERT_MLD;
H A Dicmp6.c652 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0)

Completed in 286 milliseconds