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