getprotoent
struct protoent *getprotoent(void);
PROTO_DEPRECATED(getprotoent);
while ((pe = getprotoent()) != NULL)
while ((p = getprotoent())) {
pe = getprotoent();