Home
last modified time | relevance | path

Searched refs:as_shorts (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32.cc86 const uint16_t* as_shorts = reinterpret_cast<const uint16_t*>(src); in inet_ntop_v6() local
94 if (as_shorts[i] == 0) { in inet_ntop_v6()
126 (maxpos == 4 && as_shorts[5] == 0xFFFF))) { in inet_ntop_v6()
133 reinterpret_cast<const struct in_addr*>(&(as_shorts[6])); in inet_ntop_v6()
141 "%x", NetworkToHost16(as_shorts[i])); in inet_ntop_v6()