Searched refs:irs_nw (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c55 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 Dlcl_nw.c99 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 Dirp_nw.c70 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 *);
83 * struct irs_nw * irs_irp_nw(struct irs_acc *this)
87 struct irs_nw *
89 struct irs_nw *nw;
119 * void nw_close(struct irs_nw *thi
[all...]
H A Dlcl_p.h48 extern struct irs_nw * irs_lcl_nw __P((struct irs_acc *));
H A Dnis_p.h46 extern struct irs_nw * irs_nis_nw __P((struct irs_acc *));
H A Dgen_p.h60 irs_nw, /*%< "networks" */ enumerator in enum:irs_map_id
75 struct irs_nw * nw;
110 extern struct irs_nw * irs_gen_nw __P((struct irs_acc *));
H A Ddns_nw.c78 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 *, cons
[all...]
H A Ddns_p.h48 extern struct irs_nw * irs_dns_nw __P((struct irs_acc *));
H A Dirs_data.h34 struct irs_nw * nw;
H A Dirp_p.h44 extern struct irs_nw * irs_irp_nw __P((struct irs_acc *));
H A Dgetnetent.c112 struct irs_nw *nw;
123 struct irs_nw *nw;
147 struct irs_nw *nw;
201 struct irs_nw *nw;
214 struct irs_nw *nw;
H A Dgen.c104 { "networks", irs_nw },
202 struct irs_nw *nw;
219 for (rule = irs->map_rules[irs_nw]; rule; rule = rule->next) {
396 add_rule(irs, irs_nw, irs_dns, "continue");
397 add_rule(irs, irs_nw, irs_lcl, "");
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h126 struct irs_nw { struct
128 void (*close) __P((struct irs_nw *));
129 struct nwent * (*byname) __P((struct irs_nw *, const char *, int));
130 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int));
131 struct nwent * (*next) __P((struct irs_nw *));
132 void (*rewind) __P((struct irs_nw *));
133 void (*minimize) __P((struct irs_nw *));
134 struct __res_state * (*res_get) __P((struct irs_nw *));
135 void (*res_set) __P((struct irs_nw *, res_state,
174 struct irs_nw * (*nw_ma
[all...]

Completed in 106 milliseconds