Searched refs:socket_fdinfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_info.h459 struct socket_fdinfo { struct
586 #define PROC_PIDFDSOCKETINFO_SIZE (sizeof(struct socket_fdinfo))
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c964 struct socket_fdinfo s;
967 bzero(&s, sizeof(struct socket_fdinfo));
970 if ((error = copyout(&s, buffer, sizeof(struct socket_fdinfo))) == 0)
971 *retval = sizeof(struct socket_fdinfo);

Completed in 19 milliseconds