HomeSort by: relevance | last modified time | path
    Searched defs:sopts (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
ldp_peer.c 116 int s = soc, sopts; local in function:ldp_peer_new
191 sopts = fcntl(p->socket, F_GETFL);
192 if (sopts >= 0) {
193 sopts |= O_NONBLOCK;
194 fcntl(p->socket, F_SETFL, &sopts);
ldp_peer.c 116 int s = soc, sopts; local in function:ldp_peer_new
191 sopts = fcntl(p->socket, F_GETFL);
192 if (sopts >= 0) {
193 sopts |= O_NONBLOCK;
194 fcntl(p->socket, F_SETFL, &sopts);

Completed in 55 milliseconds