Home | History | Annotate | Download | only in pppd

Lines Matching full:hent

874     struct hostent *hent;
888 hent = gethostbyname(dest);
889 if (hent == NULL) {
894 host = *(u_int32_t *)(hent->h_addr_list[0]);