Searched refs:ns_sect (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/nameser/ |
H A D | ns_parse.c | 37 static void setsection(ns_msg *msg, ns_sect sect); 78 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 123 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() 138 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 191 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr() 201 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 253 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2() 262 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
/freebsd/include/arpa/ |
H A D | nameser.h | 107 } ns_sect; typedef 130 ns_sect _sect; 570 int ns_skiprr(const u_char *, const u_char *, ns_sect, int); 571 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *); 572 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
|
/freebsd/lib/libc/resolv/ |
H A D | res_findzonecut.c | 77 static int save_ns(res_state, ns_msg *, ns_sect, 79 static int save_a(res_state, ns_msg *, ns_sect, 277 ns_sect sect; in get_soa() 518 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() 577 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
|
H A D | res_debug.c | 141 ns_msg *handle, ns_sect section, in do_section()
|
H A D | res_mkupdate.c | 948 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
|
/freebsd/include/ |
H A D | res_update.h | 41 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
|