Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet6/
H A Dmld6_var.h247 extern int mld_input(struct mbuf *, int, int);
H A Dicmp6.c726 if (mld_input(m, off, icmp6len) == IPPROTO_DONE) { in icmp6_input()
731 if (mld_input(n, off, icmp6len) != IPPROTO_DONE) { in icmp6_input()
H A Dmld6.c1508 mld_input(struct mbuf *m, int off, int icmp6len) in mld_input() function