Home
last modified time | relevance | path

Searched defs:xunpcb_n (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dunpcb.h247 struct xunpcb_n { struct
248 u_int32_t xunp_len; /* length of this structure */
249 u_int32_t xunp_kind; /* XSO_UNPCB */
250 u_int64_t xunp_unpp; /* to help netstat, fstat */
251 u_int64_t xunp_vnode; /* if associated with file */
252 u_int64_t xunp_ino; /* fake inode number */
253 u_int64_t xunp_conn; /* control block of connected socket */
254 u_int64_t xunp_refs; /* referencing socket linked list */
255 u_int64_t xunp_reflink; /* link in unp_refs list */
256 int xunp_cc; /* copy of rcv.sb_cc */
[all …]