Home
last modified time | relevance | path

Searched refs:RES_PRF_HEAD1 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/resolv/
Dres_debug.c180 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
184 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
324 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
335 (RES_PRF_HEADX | RES_PRF_HEAD2 | RES_PRF_HEAD1))) { in res_pquery()
Dres_send.c612 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
/bionic/libc/dns/include/
Dresolv_private.h296 #define RES_PRF_HEAD1 0x00000100 macro