Searched defs:Htons (Results 1 – 4 of 4) sorted by relevance
25 static uint16_t Htons(uint16_t hostshort) { in Htons() function
26 static uint16_t Htons(uint16_t hostshort) { in Htons() function
274 TEST(SocketUtilityFunctions, Htons) { in TEST() argument
2314 uint16_t UdpTransport::Htons(const uint16_t port) in Htons() function in webrtc::test::UdpTransport