/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_ho.c | 51 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 D | irp_ho.c | 71 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 D | lcl_ho.c | 127 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 D | dns_ho.c | 146 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 D | gen_p.h | 59 irs_ho, /*%< "hosts" */ enumerator 74 struct irs_ho * ho; 109 extern struct irs_ho * irs_gen_ho __P((struct irs_acc *));
|
H A D | gen.c | 103 { "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 D | nis_p.h | 45 extern struct irs_ho * irs_nis_ho __P((struct irs_acc *));
|
H A D | lcl_p.h | 47 extern struct irs_ho * irs_lcl_ho __P((struct irs_acc *));
|
H A D | irs_data.h | 33 struct irs_ho * ho;
|
H A D | dns_p.h | 47 extern struct irs_ho * irs_dns_ho __P((struct irs_acc *));
|
H A D | irp_p.h | 43 extern struct irs_ho * irs_irp_ho __P((struct irs_acc *));
|
H A D | gethostent.c | 144 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 D | getaddrinfo.c | 617 struct irs_ho *ho;
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | irs.h | 106 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 …]
|