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