Home
last modified time | relevance | path

Searched refs:rhs_list (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/net/
H A Dhesiod.c146 char bindname[MAXDNAME], *p, *ret, **rhs_list = NULL; in hesiod_to_bind() local
165 rhs_list = hesiod_resolve(context, p, "rhs-extension"); in hesiod_to_bind()
166 if (rhs_list) in hesiod_to_bind()
167 rhs = *rhs_list; in hesiod_to_bind()
182 if (rhs_list) in hesiod_to_bind()
183 hesiod_free_list(context, rhs_list); in hesiod_to_bind()
201 if (rhs_list) in hesiod_to_bind()
202 hesiod_free_list(context, rhs_list); in hesiod_to_bind()