Searched refs:sockflags (Results 1 – 1 of 1) sorted by relevance
472 int sockflags; in dhcp_ipc_accept() local504 if ((sockflags = fcntl(*fd, F_GETFL, 0)) == -1) { in dhcp_ipc_accept()509 if (fcntl(*fd, F_SETFL, sockflags | O_NONBLOCK) == -1) { in dhcp_ipc_accept()