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

/external/chromium_org/net/quic/
H A Dquic_socket_address_coder.cc60 size_t ip_length; local
63 ip_length = kIPv4AddressSize;
66 ip_length = kIPv6AddressSize;
71 if (length < ip_length) {
74 IPAddressNumber ip(ip_length);
75 memcpy(&ip[0], data, ip_length);
76 data += ip_length;
77 length -= ip_length;

Completed in 79 milliseconds