Home
last modified time | relevance | path

Searched refs:xsocket64 (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dunpcb.h242 struct xsocket64 xu_socket;
H A Dsocketvar.h472 struct xsocket64 { struct
994 extern void sotoxsocket64(struct socket *so, struct xsocket64 *xso);
/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.h474 struct xsocket64 xi_socket;
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c2856 sotoxsocket64(struct socket *so, struct xsocket64 *xso) in sotoxsocket64()