Home
last modified time | relevance | path

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

/aosp12/bionic/libc/dns/resolv/
H A Dres_send.c606 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
611 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
963 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1210 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1223 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1253 (statp->pfcode & RES_PRF_REPLY), in send_dg()
/aosp12/bionic/libc/dns/include/
H A Dresolv_private.h291 #define RES_PRF_REPLY 0x00002000 macro