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

/freebsd-13-stable/lib/libc/resolv/
H A Dres_findzonecut.c67 typedef LIST(rr_ns) rrset_ns; typedef
74 static int satisfy(res_state, const char *, rrset_ns *,
80 rrset_ns *);
81 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
82 static int get_glue(res_state, ns_class, int, rrset_ns *);
84 const char *, ns_class, int, rrset_ns *);
87 static void free_nsrrset(rrset_ns *);
88 static void free_nsrr(rrset_ns *, rr_ns *);
89 static rr_ns * find_ns(rrset_ns *, const char *);
192 rrset_ns nsrr
[all...]

Completed in 96 milliseconds