Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dunpcb.h242 struct xsocket64 xu_socket;
H A Dsocketvar.h463 struct xsocket64 { struct
983 extern void sotoxsocket64(struct socket *so, struct xsocket64 *xso);
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h526 struct xsocket64 xi_socket;
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2839 sotoxsocket64(struct socket *so, struct xsocket64 *xso) in sotoxsocket64()