Searched refs:origflags (Results 1 – 1 of 1) sorted by relevance
871 int res, origflags; in connect_with_timeout() local873 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()874 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()891 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()