Home
last modified time | relevance | path

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

/freebsd/lib/libc/nameser/
H A Dns_parse.c37 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 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/lib/libc/resolv/
H A Dres_findzonecut.c77 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 Dres_debug.c141 ns_msg *handle, ns_sect section, in do_section()
H A Dres_mkupdate.c948 rrecp->r_section = (ns_sect)section; in res_mkupdrec()
/freebsd/include/
H A Dres_update.h41 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */