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

/freebsd-11-stable/include/
H A Dres_update.h40 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */
/freebsd-11-stable/lib/libc/nameser/
H A Dns_parse.c41 static void setsection(ns_msg *msg, ns_sect sect);
82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
127 int b = ns_skiprr(msg, eom, (ns_sect)i,
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
195 setsection(handle, (ns_sect)((int)section + 1));
205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
257 setsection(handle, (ns_sect)((int)section + 1));
266 setsection(ns_msg *msg, ns_sect sect) {
/freebsd-11-stable/include/arpa/
H A Dnameser.h106 } ns_sect; typedef in typeref:enum:__ns_sect
129 ns_sect _sect;
590 int ns_skiprr(const u_char *, const u_char *, ns_sect, int);
591 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
592 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
660 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c81 static int save_ns(res_state, ns_msg *, ns_sect,
83 static int save_a(res_state, ns_msg *, ns_sect,
281 ns_sect sect;
522 save_ns(res_state statp, ns_msg *msg, ns_sect sect,
581 save_a(res_state statp, ns_msg *msg, ns_sect sect,
H A Dres_debug.c146 ns_msg *handle, ns_sect section,
H A Dres_mkupdate.c952 rrecp->r_section = (ns_sect)section;

Completed in 131 milliseconds