Searched refs:haddr (Results 1 – 2 of 2) sorted by relevance
55 uintptr_t haddr = handler_stackaddr; in do_test() local56 printf ("address of handler local variable: %p\n", (void *)haddr); in do_test()57 TEST_VERIFY ((uintptr_t)sp < haddr); in do_test()58 TEST_VERIFY (haddr < (uintptr_t)sp + size); in do_test()
507 struct in_addr *haddr = (struct in_addr *) hp->h_addr_list[i]; in _res_hconf_reorder_addrs() local514 if (((haddr->s_addr ^ if_addr) & if_netmask) == 0) in _res_hconf_reorder_addrs()