Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dvsock.h72 struct xsocket xv_socket;
H A Dunpcb.h207 struct xsocket xu_socket;
H A Dsocketvar.h442 struct xsocket { struct
966 extern void sotoxsocket(struct socket *so, struct xsocket *xso);
/xnu-10063.141.1/bsd/netinet/
H A Din_pcb.h397 struct xsocket xi_socket;
H A Dtcp_var.h1357 struct xsocket xt_socket;
/xnu-10063.141.1/bsd/kern/
H A Duipc_socket2.c2786 sotoxsocket(struct socket *so, struct xsocket *xso) in sotoxsocket()