Home
last modified time | relevance | path

Searched refs:NOERROR (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dnameser.h105 #ifdef NOERROR
106 #undef NOERROR
112 #define NOERROR 0 /* no error */ macro
/dragonfly/lib/libc/resolv/
H A Dres_query.c122 hp->rcode = NOERROR; /*%< default */ in res_nquery()
170 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
186 case NOERROR: in res_nquery()
H A Dres_mkquery.c125 hp->rcode = NOERROR; in res_nmkquery()
233 *cp++ = NOERROR; /*%< extended RCODE */ in res_nopt()
H A Dres_update.c186 if (((HEADER *)answer)->rcode == NOERROR) in res_nupdate()
H A Dres_mkupdate.c115 hp->rcode = NOERROR; in res_nmkupdate()
/dragonfly/include/arpa/
H A Dnameser_compat.h124 #define NOERROR ns_r_noerror macro
/dragonfly/lib/libc/net/
H A Dgetaddrinfo.c2368 rcode = NOERROR; in res_queryN()
2393 hp->rcode = NOERROR; /* default */ in res_queryN()
2438 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
2463 case NOERROR: in res_queryN()