Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dvsock.h72 struct xsocket xv_socket;
H A Dunpcb.h207 struct xsocket xu_socket;
H A Dsocketvar.h428 struct xsocket { struct
927 extern void sotoxsocket(struct socket *so, struct xsocket *xso);
/xnu-8020.140.41/bsd/netinet/
H A Din_pcb.h389 struct xsocket xi_socket;
H A Dtcp_var.h1282 struct xsocket xt_socket;
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c2740 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()