Searched refs:ndrv_cb (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv_var.h55 struct ndrv_cb struct
57 TAILQ_ENTRY(ndrv_cb) nd_next;
72 #define sotondrvcb(so) ((struct ndrv_cb *)(so)->so_pcb)
H A Dndrv.c83 static int ndrv_do_detach(struct ndrv_cb *);
84 static int ndrv_do_disconnect(struct ndrv_cb *);
85 static struct ndrv_cb *ndrv_find_inbound(struct ifnet *ifp, u_long protocol_family);
86 static int ndrv_setspec(struct ndrv_cb *np, struct sockopt *sopt);
87 static int ndrv_delspec(struct ndrv_cb *);
90 static int ndrv_do_add_multicast(struct ndrv_cb *np, struct sockopt *sopt);
91 static int ndrv_do_remove_multicast(struct ndrv_cb *np, struct sockopt *sopt);
92 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);
93 static void ndrv_remove_all_multicast(struct ndrv_cb *np);
98 TAILQ_HEAD(, ndrv_cb) ndrv
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsocket_info.c183 struct ndrv_cb *ndrv_cb = (struct ndrv_cb *)so->so_pcb; local
189 if (ndrv_cb->nd_if != 0) {
190 struct ifnet *ifp = ndrv_cb->nd_if;

Completed in 167 milliseconds