Lines Matching defs:protoent
168 struct protoent {
396 struct protoent *getprotobyname __P((const char *));
397 struct protoent *getprotobynumber __P((int));
398 struct protoent *getprotoent __P((void));
463 struct protoent *, struct protoent_data *));
465 struct protoent *, struct protoent_data *));
466 int getprotoent_r __P((struct protoent *, struct protoent_data *));
531 int getprotobyname_r __P((const char *, struct protoent *, char *,
532 size_t, struct protoent **));
533 int getprotobynumber_r __P((int, struct protoent *, char *, size_t,
534 struct protoent **));
535 int getprotoent_r __P((struct protoent *, char *, size_t, struct protoent **));
537 struct protoent *getprotobyname_r __P((const char *,
538 struct protoent *, char *, int));
539 struct protoent *getprotobynumber_r __P((int,
540 struct protoent *, char *, int));
541 struct protoent *getprotoent_r __P((struct protoent *, char *, int));