Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dndrv.c955 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast() local
983 ndrv_entry = ndrv_have_multicast(np, multi_addr); in ndrv_do_remove_multicast()
985 if (ndrv_entry == NULL) { in ndrv_do_remove_multicast()
992 result = ifnet_remove_multicast(ndrv_entry->ifma); in ndrv_do_remove_multicast()
999 ifmaddr_release(ndrv_entry->ifma); in ndrv_do_remove_multicast()
1001 if (cur == ndrv_entry) { in ndrv_do_remove_multicast()
1005 if (cur->next == ndrv_entry) { in ndrv_do_remove_multicast()
1015 FREE(ndrv_entry, M_IFADDR); in ndrv_do_remove_multicast()