Home
last modified time | relevance | path

Searched refs:M_RTALERT_MLD (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet6/
H A Din6.h664 #define M_RTALERT_MLD M_PROTO8 macro
/f-stack/freebsd/netinet6/
H A Din6.h664 #define M_RTALERT_MLD M_PROTO8 macro
H A Draw_ip6.c285 if ((m->m_flags & M_RTALERT_MLD) == 0) { in rip6_input()
H A Dip6_input.c855 m->m_flags |= M_RTALERT_MLD; in ip6_input()
H A Dicmp6.c616 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0) in icmp6_input()