OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_F_LASTMASK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/dns/include/
resolv_private.h
233
#define
RES_F_LASTMASK
0x000000F0 /* ordinal server of last res_nsend */
235
#define RES_GETLAST(res) (((res)._flags &
RES_F_LASTMASK
) >> RES_F_LASTSHIFT)
/bionic/libc/dns/resolv/
res_send.c
497
statp->_flags &= ~
RES_F_LASTMASK
;
[
all
...]
Completed in 244 milliseconds