Home
last modified time | relevance | path

Searched refs:origflags (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
Dres_send.c984 int res, origflags; in connect_with_timeout() local
986 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()
987 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()
1007 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()