Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_pr.c56 static void pr_close(struct irs_pr*);
57 static struct protoent * pr_next(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 void pr_rewind(struct irs_pr *);
61 static void pr_minimize(struct irs_pr *);
62 static struct __res_state * pr_res_get(struct irs_pr *);
63 static void pr_res_set(struct irs_pr *,
69 struct irs_pr *
72 struct irs_pr *pr; in irs_gen_pr()
[all …]
H A Ddns_pr.c59 static void pr_close(struct irs_pr *);
60 static struct protoent * pr_byname(struct irs_pr *, const char *);
61 static struct protoent * pr_bynumber(struct irs_pr *, int);
62 static struct protoent * pr_next(struct irs_pr *);
63 static void pr_rewind(struct irs_pr *);
64 static void pr_minimize(struct irs_pr *);
65 static struct __res_state * pr_res_get(struct irs_pr *);
66 static void pr_res_set(struct irs_pr *,
70 static struct protoent * parse_hes_list(struct irs_pr *, char **);
74 struct irs_pr *
[all …]
H A Dirp_pr.c63 static void pr_close(struct irs_pr *);
64 static struct protoent * pr_next(struct irs_pr *);
65 static struct protoent * pr_byname(struct irs_pr *, const char *);
66 static struct protoent * pr_bynumber(struct irs_pr *, int);
67 static void pr_rewind(struct irs_pr *);
68 static void pr_minimize(struct irs_pr *);
79 struct irs_pr *
81 struct irs_pr *pr; in irs_irp_pr()
116 pr_close(struct irs_pr *this) { in pr_close()
133 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[all …]
H A Dlcl_pr.c97 static void pr_close(struct irs_pr *);
98 static struct protoent * pr_next(struct irs_pr *);
99 static struct protoent * pr_byname(struct irs_pr *, const char *);
100 static struct protoent * pr_bynumber(struct irs_pr *, int);
101 static void pr_rewind(struct irs_pr *);
102 static void pr_minimize(struct irs_pr *);
112 struct irs_pr *
114 struct irs_pr *pr; in irs_lcl_pr()
142 pr_close(struct irs_pr *this) { in pr_close()
154 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
[all …]
H A Dnis_pr.c79 static void pr_close(struct irs_pr *);
80 static struct protoent * pr_byname(struct irs_pr *, const char *);
81 static struct protoent * pr_bynumber(struct irs_pr *, int);
82 static struct protoent * pr_next(struct irs_pr *);
83 static void pr_rewind(struct irs_pr *);
84 static void pr_minimize(struct irs_pr *);
86 static struct protoent * makeprotoent(struct irs_pr *this);
91 struct irs_pr *
93 struct irs_pr *pr; in irs_nis_pr()
124 pr_close(struct irs_pr *this) { in pr_close()
[all …]
H A Dgetprotoent.c91 struct irs_pr *pr; in getprotoent_p()
101 struct irs_pr *pr; in getprotobyname_p()
121 struct irs_pr *pr; in getprotobynumber_p()
136 struct irs_pr *pr; in setprotoent_p()
148 struct irs_pr *pr; in endprotoent_p()
H A Dgen_p.h60 irs_pr, /*%< "protocols" */ enumerator
75 struct irs_pr * pr;
110 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
H A Dnis_p.h46 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
H A Dlcl_p.h48 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
H A Dirs_data.h34 struct irs_pr * pr;
H A Ddns_p.h48 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
H A Dirp_p.h44 extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
H A Dgen.c94 { "protocols", irs_pr },
376 add_rule(irs, irs_pr, irs_lcl, ""); in default_map_rules()
/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h92 struct irs_pr { struct
94 void (*close) __P((struct irs_pr *)); argument
95 struct protoent *(*byname) __P((struct irs_pr *, const char *)); argument
96 struct protoent *(*bynumber) __P((struct irs_pr *, int)); argument
97 struct protoent *(*next) __P((struct irs_pr *)); argument
98 void (*rewind) __P((struct irs_pr *)); argument
99 void (*minimize) __P((struct irs_pr *)); argument
100 struct __res_state * (*res_get) __P((struct irs_pr *)); argument
101 void (*res_set) __P((struct irs_pr *, res_state, argument
174 struct irs_pr * (*pr_map) __P((struct irs_acc *));