Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h505 struct xsocket { struct
506 ksize_t xso_len; /* length of this structure */
508 kvaddr_t so_pcb; /* kernel address of struct inpcb */
509 uint64_t so_oobmark;
510 int64_t so_spare64[8];
511 int32_t xso_protocol;
512 int32_t xso_family;
513 uint32_t so_qlen;
514 uint32_t so_incqlen;
515 uint32_t so_qlimit;
[all …]
/f-stack/freebsd/sys/
H A Dsocketvar.h505 struct xsocket { struct
506 ksize_t xso_len; /* length of this structure */
508 kvaddr_t so_pcb; /* kernel address of struct inpcb */
509 uint64_t so_oobmark;
510 int64_t so_spare64[8];
511 int32_t xso_protocol;
512 int32_t xso_family;
513 uint32_t so_qlen;
514 uint32_t so_incqlen;
515 uint32_t so_qlimit;
[all …]