Searched refs:ns_sect (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libc/nameser/ |
| H A D | ns_parse.c | 40 static void setsection(ns_msg *msg, ns_sect sect); 81 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 126 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() 141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 194 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr() 204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 256 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2() 265 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
| /freebsd-14.2/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-14.2/lib/libc/resolv/ |
| H A D | res_findzonecut.c | 80 static int save_ns(res_state, ns_msg *, ns_sect, 82 static int save_a(res_state, ns_msg *, ns_sect, 280 ns_sect sect; in get_soa() 521 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() 580 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
|
| H A D | res_debug.c | 145 ns_msg *handle, ns_sect section, in do_section()
|
| H A D | res_mkupdate.c | 951 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
|
| /freebsd-14.2/include/ |
| H A D | res_update.h | 41 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
|