Searched refs:sopts (Results 1 – 1 of 1) sorted by relevance
116 int s = soc, sopts; in ldp_peer_new() local191 sopts = fcntl(p->socket, F_GETFL); in ldp_peer_new()192 if (sopts >= 0) { in ldp_peer_new()193 sopts |= O_NONBLOCK; in ldp_peer_new()194 fcntl(p->socket, F_SETFL, &sopts); in ldp_peer_new()