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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c472 int sockflags; local
504 if ((sockflags = fcntl(*fd, F_GETFL, 0)) == -1) {
509 if (fcntl(*fd, F_SETFL, sockflags | O_NONBLOCK) == -1) {

Completed in 33 milliseconds