Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dnameser.h113 #define FORMERR 1 /* format error */ macro
/freebsd/include/arpa/
H A Dnameser_compat.h126 #define FORMERR ns_r_formerr macro
/freebsd/lib/libc/resolv/
H A Dres_query.c188 case FORMERR: in res_nquery()
H A Dres_send.c1033 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2780 hp->rcode = FORMERR; /* XXX not very informative */ in res_queryN()
2809 case FORMERR: in res_queryN()
/freebsd/contrib/unbound/doc/
H A Drequirements.txt225 support (if the servers replies) or non-support (on a NOTIMPL or FORMERR).
H A DChangelog5316 - Fix #1249: unbound doesn't return FORMERR to bogus ECS.
10764 - fallback without EDNS if result is NOTIMPL as well as on FORMERR.
10866 - incoming queries to the server with TC bit on are replied FORMERR.