Home | History | Annotate | Download | only in irs

Lines Matching refs:servent

59 	struct servent		service;
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 *);
72 static void free_service(struct servent *sv);
137 static struct servent *
140 struct servent *sv = &pvt->service;
177 * struct servent * sv_byname(struct irs_sv *this, const char *name,
182 static struct servent *
185 struct servent *sv = &pvt->service;
228 * struct servent * sv_byport(struct irs_sv *this, int port,
233 static struct servent *
236 struct servent *sv = &pvt->service;
326 free_service(struct servent *sv) {