Searched defs:xsocket (Results 1 – 2 of 2) sorted by relevance
207 struct xsocket { struct208 size_t xso_len; /* length of this structure */209 struct socket *xso_so; /* makes a convenient handle sometimes */210 short so_type;211 short so_options;212 short so_linger;213 short so_state;214 void *so_pcb; /* another convenient handle */215 int xso_protocol;216 int xso_family;[all …]
968 xsocket(int domain, int type, int protocol) in xsocket() function