Home | History | Annotate | Download | only in irs

Lines Matching refs:irs_sv

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)
121 sv_close(struct irs_sv *this) {
138 sv_next(struct irs_sv *this) {
177 * struct servent * sv_byname(struct irs_sv *this, const char *name,
183 sv_byname(struct irs_sv *this, const char *name, const char *proto) {
228 * struct servent * sv_byport(struct irs_sv *this, int port,
234 sv_byport(struct irs_sv *this, int port, const char *proto) {
280 * void sv_rewind(struct irs_sv *this)
285 sv_rewind(struct irs_sv *this) {
309 * void sv_minimize(struct irs_sv *this)
314 sv_minimize(struct irs_sv *this) {