Home | History | Annotate | Download | only in pppd

Lines Matching refs:hp

339     struct hostent *hp;
343 if ((hp = gethostbyname(*argv)) == NULL) {
348 dns = *(u_int32_t *)hp->h_addr;
375 struct hostent *hp;
379 if ((hp = gethostbyname(*argv)) == NULL) {
384 wins = *(u_int32_t *)hp->h_addr;
413 struct hostent *hp;
433 if ((hp = gethostbyname(arg)) == NULL) {
437 local = *(u_int32_t *)hp->h_addr;
454 if ((hp = gethostbyname(colon)) == NULL) {
458 remote = *(u_int32_t *)hp->h_addr;
1609 struct hostent *hp;
1624 if ((hp = gethostbyname(hostname)) != NULL) {
1625 local = *(u_int32_t *)hp->h_addr;