Searched refs:origflags (Results 1 – 1 of 1) sorted by relevance
862 int res, origflags; in connect_with_timeout() local864 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()865 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()882 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()