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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c579 * See comments in inm_remref() for access to ifma_protospec.
583 if ((inm = ifma->ifma_protospec) != NULL) {
660 VERIFY(ifma->ifma_protospec == NULL);
661 ifma->ifma_protospec = inm;
3458 * the only way to find this inm is via ifma_protospec. To avoid
3460 * use via ifma_protospec, in_multihead lock is used for serialization.
3487 ifma->ifma_protospec = NULL;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c509 * See comments in in6m_remref() for access to ifma_protospec.
513 if ((inm = ifma->ifma_protospec) != NULL) {
592 VERIFY(ifma->ifma_protospec == NULL);
593 ifma->ifma_protospec = inm;
3268 * the only way to find this in6m is via ifma_protospec. To avoid
3270 * use via ifma_protospec, in6_multihead lock is used for serialization.
3297 ifma->ifma_protospec = NULL;
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h845 void *ifma_protospec; /* protocol-specific state, if any */ member in struct:ifmultiaddr
H A Dif.c2527 if (ifma->ifma_protospec != NULL) {
2716 if (ifma->ifma_protospec != NULL) {

Completed in 73 milliseconds