/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_nw.c | 51 static void nw_close(struct irs_nw*); 52 static struct nwent * nw_next(struct irs_nw *); 53 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 54 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 55 static void nw_rewind(struct irs_nw *); 56 static void nw_minimize(struct irs_nw *); 57 static struct __res_state * nw_res_get(struct irs_nw *this); 58 static void nw_res_set(struct irs_nw *this, 62 static int init(struct irs_nw *this); 66 struct irs_nw * [all …]
|
H A D | lcl_nw.c | 96 static void nw_close(struct irs_nw *); 97 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 98 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 99 static struct nwent * nw_next(struct irs_nw *); 100 static void nw_rewind(struct irs_nw *); 101 static void nw_minimize(struct irs_nw *); 102 static struct __res_state * nw_res_get(struct irs_nw *this); 103 static void nw_res_set(struct irs_nw *this, 107 static int init(struct irs_nw *this); 117 struct irs_nw * [all …]
|
H A D | irp_nw.c | 62 static void nw_close(struct irs_nw *); 63 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 64 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 65 static struct nwent * nw_next(struct irs_nw *); 66 static void nw_rewind(struct irs_nw *); 67 static void nw_minimize(struct irs_nw *); 79 struct irs_nw * 81 struct irs_nw *nw; in irs_irp_nw() 116 nw_close(struct irs_nw *this) { in nw_close() 134 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr() [all …]
|
H A D | dns_nw.c | 74 static void nw_close(struct irs_nw *); 75 static struct nwent * nw_byname(struct irs_nw *, const char *, int); 76 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int); 77 static struct nwent * nw_next(struct irs_nw *); 78 static void nw_rewind(struct irs_nw *); 79 static void nw_minimize(struct irs_nw *); 80 static struct __res_state * nw_res_get(struct irs_nw *this); 81 static void nw_res_set(struct irs_nw *this, 85 static struct nwent * get1101byaddr(struct irs_nw *, u_char *, int); 86 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 | 108 struct irs_nw *nw; in getnetent_p() 119 struct irs_nw *nw; in getnetbyname_p() 143 struct irs_nw *nw; in getnetbyaddr_p() 197 struct irs_nw *nw; in setnetent_p() 210 struct irs_nw *nw; in endnetent_p()
|
H A D | gen.c | 100 { "networks", irs_nw }, 198 struct irs_nw *nw; in gen_res_set() 215 for (rule = irs->map_rules[irs_nw]; rule; rule = rule->next) { in gen_res_set() 392 add_rule(irs, irs_nw, irs_dns, "continue"); in default_map_rules() 393 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 *));
|
/illumos-gate/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 *));
|