Searched refs:post_ip (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocket_unittest.cc136 IPAddress post_ip = post.ipaddr(); local
138 EXPECT_EQ(pre_ip.family(), post_ip.family());
139 if (post_ip.family() == AF_INET) {
141 in_addr post_ipv4 = post_ip.ipv4_address();
144 } else if (post_ip.family() == AF_INET6) {
145 in6_addr post_ip6 = post_ip.ipv6_address();

Completed in 568 milliseconds