Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dndrv_var.h43 struct ndrv_multiaddr { struct
44 struct ndrv_multiaddr* next; argument
67 struct ndrv_multiaddr* nd_multiaddrs; argument
H A Dndrv.c99 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);
899 struct ndrv_multiaddr* ndrv_multi; in ndrv_do_add_multicast()
914 MALLOC(ndrv_multi, struct ndrv_multiaddr*, sizeof(struct ndrv_multiaddr) - in ndrv_do_add_multicast()
955 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast()
997 struct ndrv_multiaddr* cur = np->nd_multiaddrs; in ndrv_do_remove_multicast()
1022 static struct ndrv_multiaddr*
1025 struct ndrv_multiaddr* cur; in ndrv_have_multicast()
1040 struct ndrv_multiaddr* cur; in ndrv_remove_all_multicast()