Searched defs:origflags (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_send.c980 int res, origflags; local
984 origflags = fcntl(sock, F_GETFL, 0);
985 fcntl(sock, F_SETFL, origflags | O_NONBLOCK);
1006 fcntl(sock, F_SETFL, origflags);

Completed in 30 milliseconds