Searched refs:irs_pr (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_pr.c | 50 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 D | dns_pr.c | 53 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 D | irp_pr.c | 55 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 D | lcl_pr.c | 89 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 D | getprotoent.c | 85 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 D | gen_p.h | 58 irs_pr, /*%< "protocols" */ enumerator 73 struct irs_pr * pr; 108 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
|
H A D | nis_p.h | 44 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
|
H A D | lcl_p.h | 46 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
|
H A D | irs_data.h | 32 struct irs_pr * pr;
|
H A D | dns_p.h | 46 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
|
H A D | irp_p.h | 42 extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
|
H A D | gen.c | 98 { "protocols", irs_pr }, 380 add_rule(irs, irs_pr, irs_lcl, ""); in default_map_rules()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | irs.h | 90 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 *));
|