Searched defs:xsocket (Results 1 – 1 of 1) sorted by relevance
352 struct xsocket { struct353 size_t xso_len; /* length of this structure */354 struct socket *xso_so; /* makes a convenient handle sometimes */355 short so_type;356 short so_options;357 short so_linger;358 short so_state;359 caddr_t so_pcb; /* another convenient handle */360 int xso_protocol;361 int xso_family;[all …]