Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c33 static void setsection(ns_msg *msg, ns_sect sect);
74 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr()
119 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse()
134 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
187 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr()
197 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
249 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2()
258 setsection(ns_msg *msg, ns_sect sect) { in setsection()
H A Dns_newmsg.c59 ns_sect sect; in ns_newmsg_copy()
152 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr()
196 ns_sect sect; in ns_newmsg_done()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h119 } ns_sect; typedef
142 ns_sect _sect;
629 int ns_skiprr(const uchar_t *, const uchar_t *, ns_sect, int);
630 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
631 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
690 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c74 static int save_ns(res_state, ns_msg *, ns_sect,
76 static int save_a(res_state, ns_msg *, ns_sect,
272 ns_sect sect; in get_soa()
513 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
572 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
H A Dres_debug.c165 ns_msg *handle, ns_sect section, in do_section()
H A Dres_mkupdate.c928 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dres_update.h51 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */