Searched refs:irs_pr (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | gen_pr.c | 56 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 D | dns_pr.c | 59 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 D | irp_pr.c | 63 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 D | lcl_pr.c | 97 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 D | nis_pr.c | 79 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 D | getprotoent.c | 91 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 D | gen_p.h | 60 irs_pr, /*%< "protocols" */ enumerator 75 struct irs_pr * pr; 110 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
|
| H A D | nis_p.h | 46 extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
|
| H A D | lcl_p.h | 48 extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
|
| H A D | irs_data.h | 34 struct irs_pr * pr;
|
| H A D | dns_p.h | 48 extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
|
| H A D | irp_p.h | 44 extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
|
| H A D | gen.c | 94 { "protocols", irs_pr }, 376 add_rule(irs, irs_pr, irs_lcl, ""); in default_map_rules()
|
| /netbsd-src/external/bsd/libbind/dist/include/ |
| H A D | irs.h | 92 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 *));
|