Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 8 of 8) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dipcp.c374 struct hostent *hp; local
378 if ((hp = gethostbyname(*argv)) == NULL) {
383 dns = *(u32_t *)hp->h_addr;
410 struct hostent *hp; local
414 if ((hp = gethostbyname(*argv)) == NULL) {
419 wins = *(u32_t *)hp->h_addr;
448 struct hostent *hp; local
472 local = *(u32_t *)hp->h_addr;
493 remote = *(u32_t *)hp->h_addr;
1806 struct hostent *hp;
[all …]
A Dmultilink.c456 struct hostent *hp; local
468 hp = gethostbyname(hostname);
469 if (hp != NULL) {
470 addr = *(u32_t *)hp->h_addr;
A Dauth.c2045 struct hostent *hp;
2118 hp = gethostbyname(ptr_word);
2119 if (hp != NULL && hp->h_addrtype == AF_INET) {
2120 a = *(u32_t *)hp->h_addr;
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dipcp.c374 struct hostent *hp; local
378 if ((hp = gethostbyname(*argv)) == NULL) {
383 dns = *(u32_t *)hp->h_addr;
410 struct hostent *hp; local
414 if ((hp = gethostbyname(*argv)) == NULL) {
419 wins = *(u32_t *)hp->h_addr;
448 struct hostent *hp; local
472 local = *(u32_t *)hp->h_addr;
493 remote = *(u32_t *)hp->h_addr;
1806 struct hostent *hp;
[all …]
A Dmultilink.c456 struct hostent *hp; local
468 hp = gethostbyname(hostname);
469 if (hp != NULL) {
470 addr = *(u32_t *)hp->h_addr;
A Dauth.c2045 struct hostent *hp;
2118 hp = gethostbyname(ptr_word);
2119 if (hp != NULL && hp->h_addrtype == AF_INET) {
2120 a = *(u32_t *)hp->h_addr;
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c1154 struct hostent *hp;
1157 hp = gethostbyname(p);
1158 if (hp != NULL && hp->h_addrtype == AF_INET) {
1159 a = *(u32_t *)hp->h_addr;
/components/mm/
A Dmm_page.c967 static void _dump_page_list(int order, rt_page_t lp, rt_page_t hp, in _dump_page_list() argument
980 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() local
1019 _dump_page_list(i, lp, hp, &free); in list_page()

Completed in 21 milliseconds