Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_send.cpp912 int res, origflags; in connect_with_timeout() local
914 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()