Searched defs:stype_and_flags (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c284 int stype_and_flags; local
290 stype_and_flags = stype;
293 stype_and_flags |= SOCK_NONBLOCK;
310 stype_and_flags |= SOCK_NOSIGPIPE;
314 s = socket(sdom, stype_and_flags, 0);

Completed in 44 milliseconds