Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_socketvar.h379 struct xsocket { struct
380 size_t xso_len; /* length of this structure */
381 struct socket *xso_so; /* makes a convenient handle sometimes */
382 short so_type;
383 short so_options;
384 short so_linger;
385 short so_state;
386 caddr_t so_pcb; /* another convenient handle */
387 int xso_protocol;
388 int xso_family;
[all …]
/external/toybox/lib/
Dnet.c3 int xsocket(int domain, int type, int protocol) in xsocket() function