Searched refs:fopts (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c1288 int fopts; local
1337 fopts = _socket_funcs.fcntl(shadow_fd, F_GETFL);
1338 if ((target_family == USE_BOTH) && (fopts & O_NONBLOCK)) {
1342 _socket_funcs.fcntl(shadow_fd, F_SETFL, fopts & (~O_NONBLOCK));
1355 _socket_funcs.fcntl(shadow_fd, F_SETFL, fopts);
1849 int fopts; local
1885 fopts = _socket_funcs.fcntl(fd, F_GETFL);
1886 __sdp_log(1, "ACCEPT: fd <%d> opts are <0x%x>\n", fd, fopts);
1891 if (!(fopts & O_NONBLOCK && errno == EWOULDBLOCK))
1899 fopts
[all...]

Completed in 43 milliseconds