Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dndrv.c978 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast() local
1006 ndrv_entry = ndrv_have_multicast(np, multi_addr); in ndrv_do_remove_multicast()
1008 if (ndrv_entry == NULL) { in ndrv_do_remove_multicast()
1015 result = ifnet_remove_multicast(ndrv_entry->ifma); in ndrv_do_remove_multicast()
1022 ifmaddr_release(ndrv_entry->ifma); in ndrv_do_remove_multicast()
1024 if (cur == ndrv_entry) { in ndrv_do_remove_multicast()
1028 if (cur->next == ndrv_entry) { in ndrv_do_remove_multicast()
1037 ndrv_multiaddr_free(ndrv_entry, ndrv_entry->addr->sa_len); in ndrv_do_remove_multicast()