Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6.h658 #define M_RTALERT_MLD M_PROTO8 macro
H A Draw_ip6.c268 if ((m->m_flags & M_RTALERT_MLD) == 0) { in rip6_input()
H A Dip6_input.c842 m->m_flags |= M_RTALERT_MLD; in ip6_input()
H A Dicmp6.c639 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0) in icmp6_input()