HomeSort by: relevance | last modified time | path
    Searched refs:irs_sv (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_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 *);
63 static struct __res_state * sv_res_get(struct irs_sv *);
64 static void sv_res_set(struct irs_sv *,
70 struct irs_sv *
73 struct irs_sv *sv
    [all...]
dns_sv.c 64 static void sv_close(struct irs_sv *);
65 static struct servent * sv_byname(struct irs_sv *,
67 static struct servent * sv_byport(struct irs_sv *, int, const char *);
68 static struct servent * sv_next(struct irs_sv *);
69 static void sv_rewind(struct irs_sv *);
70 static void sv_minimize(struct irs_sv *);
72 static struct __res_state * sv_res_get(struct irs_sv *);
73 static void sv_res_set(struct irs_sv *,
78 static struct servent * parse_hes_list(struct irs_sv *,
83 struct irs_sv *
    [all...]
irp_sv.c 64 static void sv_close(struct irs_sv*);
65 static struct servent * sv_next(struct irs_sv *);
66 static struct servent * sv_byname(struct irs_sv *, const char *,
68 static struct servent * sv_byport(struct irs_sv *, int, const char *);
69 static void sv_rewind(struct irs_sv *);
70 static void sv_minimize(struct irs_sv *);
79 * struct irs_sv * irs_irp_sv(struct irs_acc *this)
83 struct irs_sv *
85 struct irs_sv *sv;
116 * void sv_close(struct irs_sv *this
    [all...]
lcl_p.h 47 extern struct irs_sv * irs_lcl_sv __P((struct irs_acc *));
nis_p.h 45 extern struct irs_sv * irs_nis_sv __P((struct irs_acc *));
nis_sv.c 79 static void sv_close(struct irs_sv*);
80 static struct servent * sv_next(struct irs_sv *);
81 static struct servent * sv_byname(struct irs_sv *, const char *,
83 static struct servent * sv_byport(struct irs_sv *, int, const char *);
84 static void sv_rewind(struct irs_sv *);
85 static void sv_minimize(struct irs_sv *);
87 static struct servent * makeservent(struct irs_sv *this);
92 struct irs_sv *
94 struct irs_sv *sv;
125 sv_close(struct irs_sv *this)
    [all...]
gen_p.h 59 irs_sv, /*%< "services" */ enumerator in enum:irs_map_id
74 struct irs_sv * sv;
109 extern struct irs_sv * irs_gen_sv __P((struct irs_acc *));
dns_p.h 47 extern struct irs_sv * irs_dns_sv __P((struct irs_acc *));
irs_data.h 33 struct irs_sv * sv;
lcl_sv.c 103 static void sv_close(struct irs_sv*);
104 static struct servent * sv_next(struct irs_sv *);
105 static struct servent * sv_byname(struct irs_sv *, const char *,
107 static struct servent * sv_byport(struct irs_sv *, int, const char *);
108 static void sv_rewind(struct irs_sv *);
109 static void sv_minimize(struct irs_sv *);
123 struct irs_sv *
125 struct irs_sv *sv;
159 sv_close(struct irs_sv *this) {
173 sv_byname(struct irs_sv *this, const char *name, const char *proto)
    [all...]
getservent.c 91 struct irs_sv *sv;
102 struct irs_sv *sv;
124 struct irs_sv *sv;
139 struct irs_sv *sv;
151 struct irs_sv *sv;
irp_p.h 43 extern struct irs_sv * irs_irp_sv __P((struct irs_acc *));
gen.c 93 { "services", irs_sv },
375 add_rule(irs, irs_sv, irs_lcl, "");
  /src/external/bsd/libbind/dist/include/
irs.h 75 struct irs_sv { struct
77 void (*close) __P((struct irs_sv *));
78 struct servent *(*byname) __P((struct irs_sv *,
80 struct servent *(*byport) __P((struct irs_sv *, int, const char *));
81 struct servent *(*next) __P((struct irs_sv *));
82 void (*rewind) __P((struct irs_sv *));
83 void (*minimize) __P((struct irs_sv *));
84 struct __res_state * (*res_get) __P((struct irs_sv *));
85 void (*res_set) __P((struct irs_sv *, res_state,
173 struct irs_sv * (*sv_map) __P((struct irs_acc *))
    [all...]

Completed in 103 milliseconds