Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c51 struct irs_ho * ho;
58 static void ho_close(struct irs_ho *this);
59 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
60 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
62 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
64 static struct hostent * ho_next(struct irs_ho *this);
65 static void ho_rewind(struct irs_ho *this);
66 static void ho_minimize(struct irs_ho *this);
67 static struct __res_state * ho_res_get(struct irs_ho *this);
68 static void ho_res_set(struct irs_ho *this,
[all …]
H A Dirp_ho.c71 static void ho_close(struct irs_ho *this);
72 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
73 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
75 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
77 static struct hostent * ho_next(struct irs_ho *this);
78 static void ho_rewind(struct irs_ho *this);
79 static void ho_minimize(struct irs_ho *this);
82 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name,
96 struct irs_ho *
98 struct irs_ho *ho; in irs_irp_ho()
[all …]
H A Dlcl_ho.c127 static void ho_close(struct irs_ho *this);
128 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
129 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
131 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
133 static struct hostent * ho_next(struct irs_ho *this);
134 static void ho_rewind(struct irs_ho *this);
135 static void ho_minimize(struct irs_ho *this);
136 static struct __res_state * ho_res_get(struct irs_ho *this);
137 static void ho_res_set(struct irs_ho *this,
140 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name,
[all …]
H A Ddns_ho.c146 static void ho_close(struct irs_ho *this);
147 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
148 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
150 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
152 static struct hostent * ho_next(struct irs_ho *this);
153 static void ho_rewind(struct irs_ho *this);
154 static void ho_minimize(struct irs_ho *this);
155 static struct __res_state * ho_res_get(struct irs_ho *this);
156 static void ho_res_set(struct irs_ho *this,
159 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name,
[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.c103 { "hosts", irs_ho },
201 struct irs_ho *ho; in gen_res_set()
214 for (rule = irs->map_rules[irs_ho]; rule; rule = rule->next) { in gen_res_set()
387 add_rule(irs, irs_ho, irs_dns, ""); 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()
393 add_rule(irs, irs_ho, irs_dns, "continue"); in default_map_rules()
394 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.c144 struct irs_ho *ho; in gethostbyname2_p()
179 struct irs_ho *ho; in gethostbyaddr_p()
200 struct irs_ho *ho; in gethostent_p()
216 struct irs_ho *ho; in sethostent_p()
229 struct irs_ho *ho; in endhostent_p()
H A Dgetaddrinfo.c617 struct irs_ho *ho;
/titanic_50/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
110 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); 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
[all …]