Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/nameser/
H A Dns_parse.c40 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 Dnameser.h107 } 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 Dres_findzonecut.c80 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 Dres_debug.c145 ns_msg *handle, ns_sect section, in do_section()
H A Dres_mkupdate.c951 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
/freebsd-14.2/include/
H A Dres_update.h41 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */