Home
last modified time | relevance | path

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

/titanic_50/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 *pr; in irs_gen_pr()
[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 *);
77 struct irs_pr *
79 struct irs_pr *pr; in irs_irp_pr()
114 pr_close(struct irs_pr *this) { in pr_close()
131 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[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; in irs_lcl_pr()
140 pr_close(struct irs_pr *this) { in pr_close()
152 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[all …]
H A Dgetprotoent.c89 struct irs_pr *pr; in getprotoent_p()
99 struct irs_pr *pr; in getprotobyname_p()
119 struct irs_pr *pr; in getprotobynumber_p()
134 struct irs_pr *pr; in setprotoent_p()
146 struct irs_pr *pr; in endprotoent_p()
H A Dgen_p.h58 irs_pr, /*%< "protocols" */ enumerator
73 struct irs_pr * pr;
108 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
H A Dnis_p.h44 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
H A Dlcl_p.h46 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
H A Dirs_data.h32 struct irs_pr * pr;
H A Ddns_p.h46 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
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, ""); in default_map_rules()
/titanic_50/usr/src/lib/libresolv2/include/
H A Dirs.h90 struct irs_pr { struct
92 void (*close) __P((struct irs_pr *)); argument
93 struct protoent *(*byname) __P((struct irs_pr *, const char *)); argument
94 struct protoent *(*bynumber) __P((struct irs_pr *, int)); argument
95 struct protoent *(*next) __P((struct irs_pr *)); argument
96 void (*rewind) __P((struct irs_pr *)); argument
97 void (*minimize) __P((struct irs_pr *)); argument
98 struct __res_state * (*res_get) __P((struct irs_pr *)); argument
99 void (*res_set) __P((struct irs_pr *, res_state, argument
172 struct irs_pr * (*pr_map) __P((struct irs_acc *));