Searched refs:address_ipv6 (Results 1 – 1 of 1) sorted by relevance
32 static const char address_ipv6[16] variable71 char addr[sizeof (address_ipv6)]; in response()72 memcpy (addr, address_ipv6, sizeof (address_ipv6)); in response()124 TEST_VERIFY_EXIT (sizeof (address_ipv6) == sizeof (struct in6_addr)); in check_forward_1()125 memcpy (address, address_ipv6, sizeof (address_ipv6)); in check_forward_1()126 address_length = sizeof (address_ipv6); in check_forward_1()
Completed in 4 milliseconds