Searched refs:ns_initparse (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/include/arpa/
H A Dnameser.h528 #define ns_initparse __ns_initparse macro
589 int ns_initparse(const u_char *, int, ns_msg *);
/freebsd-11-stable/contrib/dma/
H A Ddns.c182 if (!ns_initparse(ans, anssz, &msg))
/freebsd-11-stable/lib/libc/nameser/
H A Dns_parse.c106 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { function
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c697 if (ns_initparse(resp, n, msg) < 0) {
698 DPRINTF(("do_query: ns_initparse failed"));
H A Dres_debug.c279 if (ns_initparse(msg, len, &handle) < 0) {
280 fprintf(file, ";; ns_initparse: %s\n", strerror(errno));

Completed in 126 milliseconds