Searched refs:ip_addmulti (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_multi.h38 * Enum used to pass ilg status to ip_addmulti() and friends. There
88 extern ilm_t *ip_addmulti(const in6_addr_t *, ill_t *, zoneid_t,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c557 ip_addmulti(const in6_addr_t *v6group, ill_t *ill, zoneid_t zoneid, function
718 ip0dbg(("ip_addmulti: ENETDOWN for %s on %s",
1157 * The ip_addmulti() function doesn't allow IPMP underlying interfaces
1177 ilm = ip_addmulti(&ipv6_all_zeros, ill, ill->ill_zoneid, &ret);
2017 /* Preserve existing state in case ip_addmulti() fails */
2142 * ip_addmulti didn't get a held ilm for
2857 * ip_addmulti didn't get a held ilm for
2866 * Need to undo what we did before calling ip_addmulti()
3071 * and ill_mcast_lock for the ip_addmulti part) we can run at a point between
3074 * has disappeared when ip_addmulti return
[all...]
H A Dip_mroute.c959 ilm = ip_addmulti(&ipv6_all_zeros, ill,
H A Dip_if.c14025 ilm = ip_addmulti(&v6allmc, ill, ipif->ipif_zoneid,
14052 ilm = ip_addmulti(&v6solmc, mcast_ill,
14079 ilm = ip_addmulti(&v6group, ill, ipif->ipif_zoneid, &err);

Completed in 99 milliseconds