Searched refs:NOERROR (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dnameser.h120 #ifdef NOERROR
121 #undef NOERROR macro
127 #define NOERROR 0 /* no error */ macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_query.c127 hp->rcode = NOERROR; /*%< default */
175 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
191 case NOERROR:
H A Dres_mkquery.c130 hp->rcode = NOERROR;
238 *cp++ = NOERROR; /*%< extended RCODE */
H A Dres_update.c189 if (((HEADER *)answer)->rcode == NOERROR)
H A Dres_mkupdate.c124 hp->rcode = NOERROR;
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h147 #undef NOERROR macro
/freebsd-10-stable/include/arpa/
H A Dnameser_compat.h123 #define NOERROR ns_r_noerror macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h782 # ifdef NOERROR
783 # undef NOERROR macro
784 # endif /* NOERROR */
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Dndis_events.c162 return NOERROR;
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c2709 rcode = NOERROR;
2734 hp->rcode = NOERROR; /* default */
2779 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2804 case NOERROR:
/freebsd-10-stable/contrib/sendmail/src/
H A Dsendmail.h108 # ifdef NOERROR
109 # undef NOERROR /* avoid <sys/streams.h> conflict */ macro
110 # endif /* NOERROR */

Completed in 208 milliseconds