Searched refs:ns_parserr (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 325 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 D | res_debug.c | 195 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
|
/titanic_50/usr/src/head/arpa/ |
H A D | nameser.h | 569 #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 D | dnsglue.c | 188 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 D | ns_parse.c | 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() function
|