Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6_var.h167 int mld_input(struct mbuf **, int, int);
H A Dmld6.c1216 mld_input(struct mbuf **mp, int off, int icmp6len) in mld_input() function
H A Dicmp6.c644 if (mld_input(&m, off, icmp6len) != 0) { in icmp6_input()