Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c475 int sockflags; in dhcp_ipc_accept() local
507 if ((sockflags = fcntl(*fd, F_GETFL, 0)) == -1) { in dhcp_ipc_accept()
512 if (fcntl(*fd, F_SETFL, sockflags | O_NONBLOCK) == -1) { in dhcp_ipc_accept()