Home
last modified time | relevance | path

Searched refs:RES_F_LASTSHIFT (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/
H A Dresolv.h217 #define RES_F_LASTSHIFT 4 /*%< bit position of LASTMASK "flag" */ macro
218 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT)
/freebsd/lib/libc/resolv/
H A Dres_send.c421 statp->_flags |= (ns << RES_F_LASTSHIFT); in res_nsend()