HomeSort by: relevance | last modified time | path
    Searched defs:rrset_ns (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libresolv/
res_findzonecut.c 66 typedef TAILQ_HEAD(rrset_ns, rr_ns) rrset_ns; typedef
73 static int satisfy(res_state, const char *, rrset_ns *,
79 rrset_ns *);
80 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
81 static int get_glue(res_state, ns_class, int, rrset_ns *);
83 const char *, ns_class, int, rrset_ns *);
86 static void free_nsrrset(rrset_ns *);
87 static void free_nsrr(rrset_ns *, rr_ns *);
88 static rr_ns * find_ns(rrset_ns *, const char *)
    [all...]
res_findzonecut.c 66 typedef TAILQ_HEAD(rrset_ns, rr_ns) rrset_ns; typedef
73 static int satisfy(res_state, const char *, rrset_ns *,
79 rrset_ns *);
80 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
81 static int get_glue(res_state, ns_class, int, rrset_ns *);
83 const char *, ns_class, int, rrset_ns *);
86 static void free_nsrrset(rrset_ns *);
87 static void free_nsrr(rrset_ns *, rr_ns *);
88 static rr_ns * find_ns(rrset_ns *, const char *)
    [all...]
res_findzonecut.c 66 typedef TAILQ_HEAD(rrset_ns, rr_ns) rrset_ns; typedef
73 static int satisfy(res_state, const char *, rrset_ns *,
79 rrset_ns *);
80 static int get_ns(res_state, const char *, ns_class, int, rrset_ns *);
81 static int get_glue(res_state, ns_class, int, rrset_ns *);
83 const char *, ns_class, int, rrset_ns *);
86 static void free_nsrrset(rrset_ns *);
87 static void free_nsrr(rrset_ns *, rr_ns *);
88 static rr_ns * find_ns(rrset_ns *, const char *)
    [all...]

Completed in 32 milliseconds