Home
last modified time | relevance | path

Searched refs:irs_sv (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgen_sv.c54 static void sv_close(struct irs_sv*);
55 static struct servent * sv_next(struct irs_sv *);
56 static struct servent * sv_byname(struct irs_sv *, const char *,
58 static struct servent * sv_byport(struct irs_sv *, int, const char *);
59 static void sv_rewind(struct irs_sv *);
60 static void sv_minimize(struct irs_sv *);
61 static struct __res_state * sv_res_get(struct irs_sv *);
62 static void sv_res_set(struct irs_sv *,
68 struct irs_sv *
71 struct irs_sv *sv; in irs_gen_sv()
[all …]
H A Ddns_sv.c62 static void sv_close(struct irs_sv *);
63 static struct servent * sv_byname(struct irs_sv *,
65 static struct servent * sv_byport(struct irs_sv *, int, const char *);
66 static struct servent * sv_next(struct irs_sv *);
67 static void sv_rewind(struct irs_sv *);
68 static void sv_minimize(struct irs_sv *);
70 static struct __res_state * sv_res_get(struct irs_sv *);
71 static void sv_res_set(struct irs_sv *,
76 static struct servent * parse_hes_list(struct irs_sv *,
81 struct irs_sv *
[all …]
H A Dirp_sv.c62 static void sv_close(struct irs_sv*);
63 static struct servent * sv_next(struct irs_sv *);
64 static struct servent * sv_byname(struct irs_sv *, const char *,
66 static struct servent * sv_byport(struct irs_sv *, int, const char *);
67 static void sv_rewind(struct irs_sv *);
68 static void sv_minimize(struct irs_sv *);
81 struct irs_sv *
83 struct irs_sv *sv; in irs_irp_sv()
119 sv_close(struct irs_sv *this) { in sv_close()
136 sv_next(struct irs_sv *this) { in sv_next()
[all …]
H A Dlcl_sv.c101 static void sv_close(struct irs_sv*);
102 static struct servent * sv_next(struct irs_sv *);
103 static struct servent * sv_byname(struct irs_sv *, const char *,
105 static struct servent * sv_byport(struct irs_sv *, int, const char *);
106 static void sv_rewind(struct irs_sv *);
107 static void sv_minimize(struct irs_sv *);
121 struct irs_sv *
123 struct irs_sv *sv; in irs_lcl_sv()
157 sv_close(struct irs_sv *this) { in sv_close()
171 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
[all …]
H A Dgetservent.c89 struct irs_sv *sv; in getservent_p()
100 struct irs_sv *sv; in getservbyname_p()
122 struct irs_sv *sv; in getservbyport_p()
137 struct irs_sv *sv; in setservent_p()
149 struct irs_sv *sv; in endservent_p()
H A Dgen_p.h57 irs_sv, /*%< "services" */ enumerator
72 struct irs_sv * sv;
107 extern struct irs_sv * irs_gen_sv __P((struct irs_acc *));
H A Dnis_p.h43 extern struct irs_sv * irs_nis_sv __P((struct irs_acc *));
H A Dlcl_p.h45 extern struct irs_sv * irs_lcl_sv __P((struct irs_acc *));
H A Dirs_data.h31 struct irs_sv * sv;
H A Ddns_p.h45 extern struct irs_sv * irs_dns_sv __P((struct irs_acc *));
H A Dirp_p.h41 extern struct irs_sv * irs_irp_sv __P((struct irs_acc *));
H A Dgen.c101 { "services", irs_sv },
383 add_rule(irs, irs_sv, irs_lcl, ""); in default_map_rules()
/titanic_50/usr/src/lib/libresolv2/include/
H A Dirs.h73 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 *));