Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c47 struct irs_ho * ho;
74 struct irs_ho *
77 struct irs_ho *ho; in irs_gen_ho()
110 ho_close(struct irs_ho *this) { in ho_close()
125 struct irs_ho *ho; in ho_byname()
168 struct irs_ho *ho; in ho_byname2()
207 struct irs_ho *ho; in ho_byaddr()
247 struct irs_ho *ho; in ho_next()
268 struct irs_ho *ho; in ho_rewind()
336 struct irs_ho *ho; in ho_addrinfo()
[all …]
H A Dirp_ho.c67 static void ho_close(struct irs_ho *this);
73 static struct hostent * ho_next(struct irs_ho *this);
74 static void ho_rewind(struct irs_ho *this);
75 static void ho_minimize(struct irs_ho *this);
92 struct irs_ho *
94 struct irs_ho *ho; in irs_irp_ho()
132 ho_close(struct irs_ho *this) { in ho_close()
151 ho_byname(struct irs_ho *this, const char *name) { in ho_byname()
281 ho_next(struct irs_ho *this) { in ho_next()
325 ho_rewind(struct irs_ho *this) { in ho_rewind()
[all …]
H A Dlcl_ho.c123 static void ho_close(struct irs_ho *this);
130 static void ho_rewind(struct irs_ho *this);
140 static int init(struct irs_ho *this);
150 struct irs_ho *
152 struct irs_ho *ho; in irs_lcl_ho()
185 ho_close(struct irs_ho *this) { in ho_close()
320 ho_next(struct irs_ho *this) { in ho_next()
424 ho_rewind(struct irs_ho *this) { in ho_rewind()
441 ho_minimize(struct irs_ho *this) { in ho_minimize()
453 ho_res_get(struct irs_ho *this) { in ho_res_get()
[all …]
H A Ddns_ho.c142 static void ho_close(struct irs_ho *this);
169 static int init(struct irs_ho *this);
173 struct irs_ho *
175 struct irs_ho *ho; in irs_dns_ho()
209 ho_close(struct irs_ho *this) { in ho_close()
503 ho_next(struct irs_ho *this) { in ho_next()
511 ho_rewind(struct irs_ho *this) { in ho_rewind()
519 ho_minimize(struct irs_ho *this) { in ho_minimize()
527 ho_res_get(struct irs_ho *this) { in ho_res_get()
674 gethostans(struct irs_ho *this, in gethostans()
[all …]
H A Dgen_p.h59 irs_ho, /*%< "hosts" */ enumerator
74 struct irs_ho * ho;
109 extern struct irs_ho * irs_gen_ho __P((struct irs_acc *));
H A Dgen.c99 { "hosts", irs_ho },
197 struct irs_ho *ho; in gen_res_set()
210 for (rule = irs->map_rules[irs_ho]; rule; rule = rule->next) { in gen_res_set()
383 add_rule(irs, irs_ho, irs_dns, ""); in default_map_rules()
385 add_rule(irs, irs_ho, irs_dns, "continue"); in default_map_rules()
386 add_rule(irs, irs_ho, irs_lcl, ""); in default_map_rules()
389 add_rule(irs, irs_ho, irs_dns, "continue"); in default_map_rules()
390 add_rule(irs, irs_ho, irs_lcl, ""); in default_map_rules()
H A Dnis_p.h45 extern struct irs_ho * irs_nis_ho __P((struct irs_acc *));
H A Dlcl_p.h47 extern struct irs_ho * irs_lcl_ho __P((struct irs_acc *));
H A Dirs_data.h33 struct irs_ho * ho;
H A Ddns_p.h47 extern struct irs_ho * irs_dns_ho __P((struct irs_acc *));
H A Dirp_p.h43 extern struct irs_ho * irs_irp_ho __P((struct irs_acc *));
H A Dgethostent.c140 struct irs_ho *ho; in gethostbyname2_p()
175 struct irs_ho *ho; in gethostbyaddr_p()
196 struct irs_ho *ho; in gethostent_p()
212 struct irs_ho *ho; in sethostent_p()
225 struct irs_ho *ho; in endhostent_p()
H A Dgetaddrinfo.c617 struct irs_ho *ho;
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h106 struct irs_ho { struct
108 void (*close) __P((struct irs_ho *)); argument
109 struct hostent *(*byname) __P((struct irs_ho *, const char *)); argument
111 struct hostent *(*byaddr) __P((struct irs_ho *, argument
113 struct hostent *(*next) __P((struct irs_ho *)); argument
114 void (*rewind) __P((struct irs_ho *)); argument
115 void (*minimize) __P((struct irs_ho *)); argument
116 struct __res_state * (*res_get) __P((struct irs_ho *)); argument
117 void (*res_set) __P((struct irs_ho *, res_state, argument
119 struct addrinfo *(*addrinfo) __P((struct irs_ho *, const char *, argument
[all …]