getnetent
struct netent* getnetent(void);
__weak_alias(getnetent,_getnetent)
while ((np = getnetent()) != NULL)
while ((np = getnetent()) != NULL) {