HomeSort by: relevance | last modified time | path
    Searched defs:mld_sendpkt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
mld6.c 154 static void mld_sendpkt(struct in6_multi *, int, const struct in6_addr *);
252 mld_sendpkt(in6m, MLD_LISTENER_REPORT, NULL);
310 mld_sendpkt(in6m, MLD_LISTENER_REPORT, NULL);
341 mld_sendpkt(in6m, MLD_LISTENER_DONE, &allrouter);
451 * mld_stoptimer and mld_sendpkt release in6_multilock
477 mld_sendpkt(in6m, MLD_LISTENER_REPORT, NULL);
542 * XXX mld_sendpkt must be called with in6_multilock held and
547 mld_sendpkt(struct in6_multi *in6m, int type, const struct in6_addr *dst) function in typeref:typename:void
672 /* ip6_src/dst will be set by mld_sendpkt() or mld_sendbuf() */

Completed in 120 milliseconds