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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1101 int fdconn = xprt_conn->xp_fd; local
1109 if ((nn = fcntl(fdconn, F_GETFL, 0)) < 0) {
1115 if (fcntl(fdconn, F_SETFL, nn|O_NONBLOCK) != 0) {
1129 if (__xdrrec_set_conn_nonblock(svc_xdrs[fdconn], maxrecsz)) {

Completed in 60 milliseconds