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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_pr.c54 static void pr_close(struct irs_pr*);
55 static struct protoent * pr_next(struct irs_pr *);
56 static struct protoent * pr_byname(struct irs_pr *, const char *);
57 static struct protoent * pr_bynumber(struct irs_pr *, int);
58 static void pr_rewind(struct irs_pr *);
59 static void pr_minimize(struct irs_pr *);
60 static struct __res_state * pr_res_get(struct irs_pr *);
61 static void pr_res_set(struct irs_pr *,
67 struct irs_pr *
70 struct irs_pr *p
[all...]
H A Ddns_pr.c57 static void pr_close(struct irs_pr *);
58 static struct protoent * pr_byname(struct irs_pr *, const char *);
59 static struct protoent * pr_bynumber(struct irs_pr *, int);
60 static struct protoent * pr_next(struct irs_pr *);
61 static void pr_rewind(struct irs_pr *);
62 static void pr_minimize(struct irs_pr *);
63 static struct __res_state * pr_res_get(struct irs_pr *);
64 static void pr_res_set(struct irs_pr *,
68 static struct protoent * parse_hes_list(struct irs_pr *, char **);
72 struct irs_pr *
[all...]
H A Dirp_pr.c61 static void pr_close(struct irs_pr *);
62 static struct protoent * pr_next(struct irs_pr *);
63 static struct protoent * pr_byname(struct irs_pr *, const char *);
64 static struct protoent * pr_bynumber(struct irs_pr *, int);
65 static void pr_rewind(struct irs_pr *);
66 static void pr_minimize(struct irs_pr *);
73 * struct irs_pr * irs_irp_pr(struct irs_acc *this)
77 struct irs_pr *
79 struct irs_pr *pr;
109 * void pr_close(struct irs_pr *thi
[all...]
H A Dlcl_pr.c95 static void pr_close(struct irs_pr *);
96 static struct protoent * pr_next(struct irs_pr *);
97 static struct protoent * pr_byname(struct irs_pr *, const char *);
98 static struct protoent * pr_bynumber(struct irs_pr *, int);
99 static void pr_rewind(struct irs_pr *);
100 static void pr_minimize(struct irs_pr *);
110 struct irs_pr *
112 struct irs_pr *pr;
140 pr_close(struct irs_pr *this) {
152 pr_byname(struct irs_pr *thi
[all...]
H A Dlcl_p.h46 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
H A Dnis_p.h44 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
H A Dgen_p.h58 irs_pr, /*%< "protocols" */ enumerator in enum:irs_map_id
73 struct irs_pr * pr;
108 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
H A Ddns_p.h46 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
H A Dirs_data.h32 struct irs_pr * pr;
H A Dgetprotoent.c89 struct irs_pr *pr;
99 struct irs_pr *pr;
119 struct irs_pr *pr;
134 struct irs_pr *pr;
146 struct irs_pr *pr;
H A Dirp_p.h42 extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
H A Dgen.c102 { "protocols", irs_pr },
384 add_rule(irs, irs_pr, irs_lcl, "");
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h90 struct irs_pr { struct
92 void (*close) __P((struct irs_pr *));
93 struct protoent *(*byname) __P((struct irs_pr *, const char *));
94 struct protoent *(*bynumber) __P((struct irs_pr *, int));
95 struct protoent *(*next) __P((struct irs_pr *));
96 void (*rewind) __P((struct irs_pr *));
97 void (*minimize) __P((struct irs_pr *));
98 struct __res_state * (*res_get) __P((struct irs_pr *));
99 void (*res_set) __P((struct irs_pr *, res_state,
172 struct irs_pr * (*pr_ma
[all...]

Completed in 138 milliseconds