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