OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_F_LASTSHIFT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
resolv_private.h
219
#define
RES_F_LASTSHIFT
4 /* bit position of LASTMASK "flag" */
220
#define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >>
RES_F_LASTSHIFT
)
/bionic/libc/netbsd/resolv/
res_send.c
511
statp->_flags |= (ns <<
RES_F_LASTSHIFT
);
[
all
...]
Completed in 53 milliseconds