Searched refs:RES_F_LASTMASK (Results 1 – 2 of 2) sorted by relevance
228 #define RES_F_LASTMASK 0x000000F0 /* ordinal server of last res_nsend */ macro230 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT)
510 statp->_flags &= ~RES_F_LASTMASK; in res_nsend()