Home | History | Annotate | Download | only in pppd

Lines Matching defs:hp

1844     struct hostent *hp;
1917 hp = gethostbyname(ptr_word);
1918 if (hp != NULL && hp->h_addrtype == AF_INET) {
1919 a = *(u_int32_t *)hp->h_addr;