Home
last modified time | relevance | path

Searched refs:mld_input (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet6/
Dmld6_var.h155 int mld_input(struct mbuf *, int, int);
Dmld6.c1243 mld_input(struct mbuf *m, int off, int icmp6len) in mld_input() function
Dicmp6.c644 if (mld_input(m, off, icmp6len) != 0) in icmp6_input()