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