Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_p.h46 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
H A Ddns_pr.c53 static void pr_close(struct irs_pr *);
54 static struct protoent * pr_byname(struct irs_pr *, const char *);
55 static struct protoent * pr_bynumber(struct irs_pr *, int);
56 static struct protoent * pr_next(struct irs_pr *);
57 static void pr_rewind(struct irs_pr *);
58 static void pr_minimize(struct irs_pr *);
59 static struct __res_state * pr_res_get(struct irs_pr *);
60 static void pr_res_set(struct irs_pr *,
64 static struct protoent * parse_hes_list(struct irs_pr *, char **);
68 struct irs_pr *
[all …]
H A Dgen.c98 { "protocols", irs_pr },
380 add_rule(irs, irs_pr, irs_lcl, ""); in default_map_rules()
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 Dgen_pr.c50 static void pr_close(struct irs_pr*);
51 static struct protoent * pr_next(struct irs_pr *);
52 static struct protoent * pr_byname(struct irs_pr *, const char *);
53 static struct protoent * pr_bynumber(struct irs_pr *, int);
54 static void pr_rewind(struct irs_pr *);
55 static void pr_minimize(struct irs_pr *);
56 static struct __res_state * pr_res_get(struct irs_pr *);
57 static void pr_res_set(struct irs_pr *,
63 struct irs_pr *
66 struct irs_pr *pr; in irs_gen_pr()
[all …]
H A Dgetprotoent.c85 struct irs_pr *pr; in getprotoent_p()
95 struct irs_pr *pr; in getprotobyname_p()
115 struct irs_pr *pr; in getprotobynumber_p()
130 struct irs_pr *pr; in setprotoent_p()
142 struct irs_pr *pr; in endprotoent_p()
H A Dirp_p.h42 extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
H A Dirp_pr.c55 static void pr_close(struct irs_pr *);
56 static struct protoent * pr_next(struct irs_pr *);
57 static struct protoent * pr_byname(struct irs_pr *, const char *);
58 static struct protoent * pr_bynumber(struct irs_pr *, int);
59 static void pr_rewind(struct irs_pr *);
60 static void pr_minimize(struct irs_pr *);
71 struct irs_pr *
73 struct irs_pr *pr; in irs_irp_pr()
108 pr_close(struct irs_pr *this) { in pr_close()
125 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[all …]
H A Dirs_data.h32 struct irs_pr * pr;
H A Dlcl_p.h46 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
H A Dlcl_pr.c89 static void pr_close(struct irs_pr *);
90 static struct protoent * pr_next(struct irs_pr *);
91 static struct protoent * pr_byname(struct irs_pr *, const char *);
92 static struct protoent * pr_bynumber(struct irs_pr *, int);
93 static void pr_rewind(struct irs_pr *);
94 static void pr_minimize(struct irs_pr *);
104 struct irs_pr *
106 struct irs_pr *pr; in irs_lcl_pr()
134 pr_close(struct irs_pr *this) { in pr_close()
146 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[all …]
H A Dnis_p.h44 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
/illumos-gate/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 *));