/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_nw.c | 55 static void nw_close(struct irs_nw*); 56 static struct nwent * nw_next(struct irs_nw *); 57 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 58 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 59 static void nw_rewind(struct irs_nw *); 60 static void nw_minimize(struct irs_nw *); 61 static struct __res_state * nw_res_get(struct irs_nw *this); 62 static void nw_res_set(struct irs_nw *this, 66 static int init(struct irs_nw *this); 70 struct irs_nw * [all …]
|
H A D | lcl_nw.c | 99 static void nw_close(struct irs_nw *); 100 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 101 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 102 static struct nwent * nw_next(struct irs_nw *); 103 static void nw_rewind(struct irs_nw *); 104 static void nw_minimize(struct irs_nw *); 105 static struct __res_state * nw_res_get(struct irs_nw *this); 106 static void nw_res_set(struct irs_nw *this, 110 static int init(struct irs_nw *this); 120 struct irs_nw * [all …]
|
H A D | irp_nw.c | 70 static void nw_close(struct irs_nw *); 71 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 72 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 73 static struct nwent * nw_next(struct irs_nw *); 74 static void nw_rewind(struct irs_nw *); 75 static void nw_minimize(struct irs_nw *); 87 struct irs_nw * 89 struct irs_nw *nw; in irs_irp_nw() 124 nw_close(struct irs_nw *this) { in nw_close() 142 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr() [all …]
|
H A D | dns_nw.c | 78 static void nw_close(struct irs_nw *); 79 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 80 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 81 static struct nwent * nw_next(struct irs_nw *); 82 static void nw_rewind(struct irs_nw *); 83 static void nw_minimize(struct irs_nw *); 84 static struct __res_state * nw_res_get(struct irs_nw *this); 85 static void nw_res_set(struct irs_nw *this, 89 static struct nwent * get1101byaddr(struct irs_nw *, u_char *, int); 90 static struct nwent * get1101byname(struct irs_nw *, const char *); [all …]
|
H A D | gen_p.h | 60 irs_nw, /*%< "networks" */ enumerator 75 struct irs_nw * nw; 110 extern struct irs_nw * irs_gen_nw __P((struct irs_acc *));
|
H A D | getnetent.c | 112 struct irs_nw *nw; in getnetent_p() 123 struct irs_nw *nw; in getnetbyname_p() 147 struct irs_nw *nw; in getnetbyaddr_p() 201 struct irs_nw *nw; in setnetent_p() 214 struct irs_nw *nw; in endnetent_p()
|
H A D | gen.c | 104 { "networks", irs_nw }, 202 struct irs_nw *nw; in gen_res_set() 219 for (rule = irs->map_rules[irs_nw]; rule; rule = rule->next) { in gen_res_set() 396 add_rule(irs, irs_nw, irs_dns, "continue"); in default_map_rules() 397 add_rule(irs, irs_nw, irs_lcl, ""); in default_map_rules()
|
H A D | nis_p.h | 46 extern struct irs_nw * irs_nis_nw __P((struct irs_acc *));
|
H A D | lcl_p.h | 48 extern struct irs_nw * irs_lcl_nw __P((struct irs_acc *));
|
H A D | irs_data.h | 34 struct irs_nw * nw;
|
H A D | dns_p.h | 48 extern struct irs_nw * irs_dns_nw __P((struct irs_acc *));
|
H A D | irp_p.h | 44 extern struct irs_nw * irs_irp_nw __P((struct irs_acc *));
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | irs.h | 126 struct irs_nw { struct 128 void (*close) __P((struct irs_nw *)); argument 129 struct nwent * (*byname) __P((struct irs_nw *, const char *, int)); argument 130 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int)); argument 131 struct nwent * (*next) __P((struct irs_nw *)); argument 132 void (*rewind) __P((struct irs_nw *)); argument 133 void (*minimize) __P((struct irs_nw *)); argument 134 struct __res_state * (*res_get) __P((struct irs_nw *)); argument 135 void (*res_set) __P((struct irs_nw *, res_state, argument 174 struct irs_nw * (*nw_map) __P((struct irs_acc *));
|