Home | History | Annotate | Download | only in pppd

Lines Matching refs:hp

2034     struct hostent *hp;
2107 hp = gethostbyname(ptr_word);
2108 if (hp != NULL && hp->h_addrtype == AF_INET) {
2109 a = *(u_int32_t *)hp->h_addr;