Searched refs:ns_sect (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_parse.c | 39 static void setsection(ns_msg *msg, ns_sect sect); 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 125 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 193 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr() 203 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 255 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2() 264 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
H A D | ns_newmsg.c | 63 ns_sect sect; in ns_newmsg_copy() 156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr() 200 ns_sect sect; in ns_newmsg_done()
|
/titanic_41/usr/src/head/arpa/ |
H A D | nameser.h | 118 } ns_sect; typedef 141 ns_sect _sect; 620 int ns_skiprr(const uchar_t *, const uchar_t *, ns_sect, int); 621 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *); 622 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *); 680 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 78 static int save_ns(res_state, ns_msg *, ns_sect, 80 static int save_a(res_state, ns_msg *, ns_sect, 276 ns_sect sect; in get_soa() 517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() 576 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
|
H A D | res_debug.c | 170 ns_msg *handle, ns_sect section, in do_section()
|
H A D | res_mkupdate.c | 932 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | res_update.h | 51 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
|