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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c59 typedef struct rr_ns { struct
60 LINK(struct rr_ns) link;
64 } rr_ns; typedef in typeref:struct:rr_ns
65 typedef LIST(rr_ns) rrset_ns;
74 static int add_addrs(res_state, rr_ns *,
84 const char *, ns_class, int, rr_ns *);
86 static void free_nsrr(rrset_ns *, rr_ns *);
87 static rr_ns * find_ns(rrset_ns *, const char *);
231 rr_ns *nsrr;
256 add_addrs(res_state statp, rr_ns *nsr
[all...]

Completed in 48 milliseconds