Searched defs:protoent (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm1 package Net::protoent;
19 struct 'Net::protoent' => [
49 Net::protoent - by-name interface to Perl's built-in getproto*() functions
53 use Net::protoent;
58 use Net::protoent qw(:FIELDS);
66 versions that return "Net::protoent" objects. They take default
68 similarly named structure field name from the C's protoent structure
/osnet-11/usr/src/lib/libresolv/
H A Dnetdb.h83 struct protoent { struct
107 struct protoent *getprotobyname_r
108 (const char *, struct protoent *, char *, int);
109 struct protoent *getprotobynumber_r
110 (int, struct protoent *, char *, int);
111 struct protoent *getprotoent_r(struct protoent *, char *, int);
126 struct protoent *getprotobyname(const char *);
127 struct protoent *getprotobynumber(int);
128 struct protoent *getprotoen
[all...]

Completed in 21 milliseconds