Lines Matching refs:servent
51 struct servent service;
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 *);
64 static void free_service(struct servent *sv);
129 static struct servent *
132 struct servent *sv = &pvt->service; in sv_next()
174 static struct servent *
177 struct servent *sv = &pvt->service; in sv_byname()
225 static struct servent *
228 struct servent *sv = &pvt->service; in sv_byport()
318 free_service(struct servent *sv) { in free_service()