Searched refs:origflags (Results 1 – 1 of 1) sorted by relevance
912 int res, origflags; in connect_with_timeout() local914 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()915 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()932 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()