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

/bionic/libc/dns/include/
H A Dresolv_private.h244 #define RES_F_LASTMASK 0x000000F0 /* ordinal server of last res_nsend */ macro
246 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT)

Completed in 6 milliseconds