Lines Matching full:pent
1891 const struct protoent *pent;1904 pent = getprotobyname(s);1905 if (pent != NULL)1906 return pent->p_proto;