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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c65 typedef LIST(rr_ns) rrset_ns; typedef
72 static int satisfy(res_state, const char *, rrset_ns *,
78 rrset_ns *);
79 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
80 static int get_glue(res_state, ns_class, int, rrset_ns *);
82 const char *, ns_class, int, rrset_ns *);
85 static void free_nsrrset(rrset_ns *);
86 static void free_nsrr(rrset_ns *, rr_ns *);
87 static rr_ns * find_ns(rrset_ns *, const char *);
190 rrset_ns nsrr
[all...]

Completed in 50 milliseconds