Searched refs:ndrv_have_multicast (Results 1 – 1 of 1) sorted by relevance
100 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);952 if (result == 0 && ndrv_have_multicast(np, ndrv_multi->addr)) { in ndrv_do_add_multicast()1033 ndrv_entry = ndrv_have_multicast(np, multi_addr); in ndrv_do_remove_multicast()1060 ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* inAddr) in ndrv_have_multicast() function