Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dunpcb.h242 struct xsocket64 xu_socket;
H A Dsocketvar.h451 struct xsocket64 { struct
929 extern void sotoxsocket64(struct socket *so, struct xsocket64 *xso);
/xnu-8020.140.41/bsd/netinet/
H A Din_pcb.h432 struct xsocket64 xi_socket;
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c2771 sotoxsocket64(struct socket *so, struct xsocket64 *xso) in sotoxsocket64()