Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvsock.h72 struct xsocket xv_socket;
H A Dunpcb.h207 struct xsocket xu_socket;
H A Dsocketvar.h440 struct xsocket { struct
981 extern void sotoxsocket(struct socket *so, struct xsocket *xso);
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h483 struct xsocket xi_socket;
H A Dtcp_var.h1526 struct xsocket xt_socket;
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2808 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()