Searched refs:irs_sv (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_sv.c | 50 static void sv_close(struct irs_sv*); 51 static struct servent * sv_next(struct irs_sv *); 52 static struct servent * sv_byname(struct irs_sv *, const char *, 54 static struct servent * sv_byport(struct irs_sv *, int, const char *); 55 static void sv_rewind(struct irs_sv *); 56 static void sv_minimize(struct irs_sv *); 57 static struct __res_state * sv_res_get(struct irs_sv *); 58 static void sv_res_set(struct irs_sv *, 64 struct irs_sv * 67 struct irs_sv *sv; in irs_gen_sv() [all …]
|
H A D | dns_sv.c | 58 static void sv_close(struct irs_sv *); 59 static struct servent * sv_byname(struct irs_sv *, 61 static struct servent * sv_byport(struct irs_sv *, int, const char *); 62 static struct servent * sv_next(struct irs_sv *); 63 static void sv_rewind(struct irs_sv *); 64 static void sv_minimize(struct irs_sv *); 66 static struct __res_state * sv_res_get(struct irs_sv *); 67 static void sv_res_set(struct irs_sv *, 72 static struct servent * parse_hes_list(struct irs_sv *, 77 struct irs_sv * [all …]
|
H A D | irp_sv.c | 56 static void sv_close(struct irs_sv*); 57 static struct servent * sv_next(struct irs_sv *); 58 static struct servent * sv_byname(struct irs_sv *, const char *, 60 static struct servent * sv_byport(struct irs_sv *, int, const char *); 61 static void sv_rewind(struct irs_sv *); 62 static void sv_minimize(struct irs_sv *); 75 struct irs_sv * 77 struct irs_sv *sv; in irs_irp_sv() 113 sv_close(struct irs_sv *this) { in sv_close() 130 sv_next(struct irs_sv *this) { in sv_next() [all …]
|
H A D | lcl_sv.c | 95 static void sv_close(struct irs_sv*); 96 static struct servent * sv_next(struct irs_sv *); 97 static struct servent * sv_byname(struct irs_sv *, const char *, 99 static struct servent * sv_byport(struct irs_sv *, int, const char *); 100 static void sv_rewind(struct irs_sv *); 101 static void sv_minimize(struct irs_sv *); 115 struct irs_sv * 117 struct irs_sv *sv; in irs_lcl_sv() 151 sv_close(struct irs_sv *this) { in sv_close() 165 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname() [all …]
|
H A D | getservent.c | 85 struct irs_sv *sv; in getservent_p() 96 struct irs_sv *sv; in getservbyname_p() 118 struct irs_sv *sv; in getservbyport_p() 133 struct irs_sv *sv; in setservent_p() 145 struct irs_sv *sv; in endservent_p()
|
H A D | gen_p.h | 57 irs_sv, /*%< "services" */ enumerator 72 struct irs_sv * sv; 107 extern struct irs_sv * irs_gen_sv __P((struct irs_acc *));
|
H A D | nis_p.h | 43 extern struct irs_sv * irs_nis_sv __P((struct irs_acc *));
|
H A D | lcl_p.h | 45 extern struct irs_sv * irs_lcl_sv __P((struct irs_acc *));
|
H A D | irs_data.h | 31 struct irs_sv * sv;
|
H A D | dns_p.h | 45 extern struct irs_sv * irs_dns_sv __P((struct irs_acc *));
|
H A D | irp_p.h | 41 extern struct irs_sv * irs_irp_sv __P((struct irs_acc *));
|
H A D | gen.c | 97 { "services", irs_sv }, 379 add_rule(irs, irs_sv, irs_lcl, ""); in default_map_rules()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | irs.h | 73 struct irs_sv { struct 75 void (*close) __P((struct irs_sv *)); argument 76 struct servent *(*byname) __P((struct irs_sv *, argument 78 struct servent *(*byport) __P((struct irs_sv *, int, const char *)); argument 79 struct servent *(*next) __P((struct irs_sv *)); argument 80 void (*rewind) __P((struct irs_sv *)); argument 81 void (*minimize) __P((struct irs_sv *)); argument 82 struct __res_state * (*res_get) __P((struct irs_sv *)); argument 83 void (*res_set) __P((struct irs_sv *, res_state, argument 171 struct irs_sv * (*sv_map) __P((struct irs_acc *));
|