Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dndrv_var.h43 struct ndrv_multiaddr { struct
44 struct ndrv_multiaddr *next; argument
68 struct ndrv_multiaddr* nd_multiaddrs; argument
H A Dndrv.c104 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);
946 ndrv_multiaddr_free(struct ndrv_multiaddr *ndrv_multi) in ndrv_multiaddr_free()
949 kfree_type(struct ndrv_multiaddr, ndrv_multi); in ndrv_multiaddr_free()
955 struct ndrv_multiaddr *ndrv_multi = NULL; in ndrv_do_add_multicast()
974 ndrv_multi = kalloc_type(struct ndrv_multiaddr, Z_WAITOK_ZERO_NOFAIL); in ndrv_do_add_multicast()
1012 ndrv_cb_remove_multiaddr(struct ndrv_cb *np, struct ndrv_multiaddr *ndrv_entry) in ndrv_cb_remove_multiaddr()
1014 struct ndrv_multiaddr *cur = np->nd_multiaddrs; in ndrv_cb_remove_multiaddr()
1023 struct ndrv_multiaddr *cur_next = NULL; in ndrv_cb_remove_multiaddr()
1041 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast()
1095 static struct ndrv_multiaddr*
[all …]