Home
last modified time | relevance | path

Searched refs:ns_parserr (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c325 if (ns_parserr(&msg, sect, i, &rr) < 0) { in get_soa()
529 if (ns_parserr(msg, sect, i, &rr) < 0) { in save_ns()
586 if (ns_parserr(msg, sect, i, &rr) < 0) { in save_a()
700 if (ns_parserr(msg, ns_s_an, i, &rr) < 0) { in do_query()
H A Dres_debug.c195 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
/titanic_50/usr/src/head/arpa/
H A Dnameser.h569 #define ns_parserr __ns_parserr macro
621 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c188 len = ns_parserr(&ds->msg, ns_s_an, ds->cur_ans, &rr); in krb5int_dns_nextans()
/titanic_50/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() function