Home | History | Annotate | Download | only in iptables

Lines Matching full:pent

1806 	const struct protoent *pent;
1819 pent = getprotobyname(s);
1820 if (pent != NULL)
1821 return pent->p_proto;