Searched refs:address_ipv4 (Results 1 – 1 of 1) sorted by relevance
31 static const char address_ipv4[4] = {192, 0, 2, 1}; variable63 char addr[sizeof (address_ipv4)]; in response()64 memcpy (addr, address_ipv4, sizeof (address_ipv4)); in response()116 TEST_VERIFY_EXIT (sizeof (address_ipv4) == sizeof (struct in_addr)); in check_forward_1()117 memcpy (address, address_ipv4, sizeof (address_ipv4)); in check_forward_1()118 address_length = sizeof (address_ipv4); in check_forward_1()
Completed in 4 milliseconds