Searched refs:origflags (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_send.c | 986 int res, origflags; in connect_with_timeout() local 988 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout() 989 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout() 1009 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_send.cpp | 871 int res, origflags; in connect_with_timeout() local 873 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()
|