Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dsocketvar.h207 struct xsocket { struct
208 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 …]
/dflybsd-src/contrib/dhcpcd/src/
H A Dif.c968 xsocket(int domain, int type, int protocol) in xsocket() function