Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h463 struct xsocket64 { struct
464 u_int32_t xso_len; /* length of this structure */
465 u_int64_t xso_so; /* makes a convenient handle */
466 short so_type;
467 short so_options;
468 short so_linger;
469 short so_state;
470 u_int64_t so_pcb; /* another convenient handle */
471 int xso_protocol;
472 int xso_family;
[all …]