Searched defs:IPAddressCase (Results 1 – 1 of 1) sorted by relevance
46 struct IPAddressCase { struct47 const char* input8;48 const wchar_t* input16;49 const char* expected;50 Component expected_component;53 CanonHostInfo::Family expected_family;54 int expected_num_ipv4_components;55 const char* expected_address_hex; // Two hex chars per IP address byte.