Lines Matching defs:xsocket64
463 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;
473 short so_qlen;
474 short so_incqlen;
475 short so_qlimit;
476 short so_timeo;
477 u_short so_error;
478 pid_t so_pgid;
479 u_int32_t so_oobmark;
480 struct xsockbuf so_rcv;
481 struct xsockbuf so_snd;
482 uid_t so_uid; /* XXX */