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

/freebsd-13-stable/contrib/tcpdump/
H A Dnameser.h105 #ifdef NOERROR
106 #undef NOERROR macro
112 #define NOERROR 0 /* no error */ macro
/freebsd-13-stable/lib/libc/resolv/
H A Dres_query.c128 hp->rcode = NOERROR; /*%< default */
176 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
192 case NOERROR:
H A Dres_mkquery.c131 hp->rcode = NOERROR;
239 *cp++ = NOERROR; /*%< extended RCODE */
H A Dres_update.c191 if (((HEADER *)answer)->rcode == NOERROR)
H A Dres_mkupdate.c125 hp->rcode = NOERROR;
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h147 #undef NOERROR macro
/freebsd-13-stable/include/arpa/
H A Dnameser_compat.h126 #define NOERROR ns_r_noerror macro
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Dndis_events.c162 return NOERROR;
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c2708 rcode = NOERROR;
2733 hp->rcode = NOERROR; /* default */
2778 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2803 case NOERROR:
/freebsd-13-stable/contrib/sendmail/src/
H A Dsendmail.h112 # ifdef NOERROR
113 # undef NOERROR /* avoid <sys/streams.h> conflict */ macro

Completed in 145 milliseconds