Home
last modified time | relevance | path

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

/original-bsd/lib/libc/net/
H A Dres_send.c84 if ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY)) {
358 (_res.pfcode & RES_PRF_REPLY)) {
395 (_res.pfcode & RES_PRF_REPLY))
H A Dres_init.c83 _res.pfcode = 0; in res_init()
/original-bsd/include/
H A Dresolv.h65 long pfcode; /* RES_PRF_ flags - see below. */ member