Searched refs:hp (Results 1 – 8 of 8) sorted by relevance
374 struct hostent *hp; local378 if ((hp = gethostbyname(*argv)) == NULL) {383 dns = *(u32_t *)hp->h_addr;410 struct hostent *hp; local414 if ((hp = gethostbyname(*argv)) == NULL) {419 wins = *(u32_t *)hp->h_addr;448 struct hostent *hp; local472 local = *(u32_t *)hp->h_addr;493 remote = *(u32_t *)hp->h_addr;1806 struct hostent *hp;[all …]
456 struct hostent *hp; local468 hp = gethostbyname(hostname);469 if (hp != NULL) {470 addr = *(u32_t *)hp->h_addr;
2045 struct hostent *hp;2118 hp = gethostbyname(ptr_word);2119 if (hp != NULL && hp->h_addrtype == AF_INET) {2120 a = *(u32_t *)hp->h_addr;
1154 struct hostent *hp;1157 hp = gethostbyname(p);1158 if (hp != NULL && hp->h_addrtype == AF_INET) {1159 a = *(u32_t *)hp->h_addr;
967 static void _dump_page_list(int order, rt_page_t lp, rt_page_t hp, in _dump_page_list() argument980 while (hp) in _dump_page_list()983 rt_kprintf("[H:0x%08p]", rt_page_page2addr(hp)); in _dump_page_list()984 hp = hp->next; in _dump_page_list()1017 rt_page_t hp = page_list_high[i].page_list; in list_page() local1019 _dump_page_list(i, lp, hp, &free); in list_page()
Completed in 21 milliseconds