Lines Matching refs:protoent
50 struct protoent proto;
56 static struct protoent * pr_next(struct irs_pr *);
57 static struct protoent * pr_byname(struct irs_pr *, const char *);
58 static struct protoent * pr_bynumber(struct irs_pr *, int);
62 static void free_proto(struct protoent *pr);
124 static struct protoent *
127 struct protoent *pr = &pvt->proto; in pr_byname()
173 static struct protoent *
176 struct protoent *pr = &pvt->proto; in pr_bynumber()
251 static struct protoent *
254 struct protoent *pr = &pvt->proto; in pr_next()
308 free_proto(struct protoent *pr) { in free_proto()