Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() argument
66 *p++ = (unsigned char)(hostshort >> 8); in htons()
67 *p = hostshort & 0xffu; in htons()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() argument
66 *p++ = (unsigned char)(hostshort >> 8); in htons()
67 *p = hostshort & 0xffu; in htons()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_net.h101 STIN uint16_t ngtcp2_htons(uint16_t hostshort) { in ngtcp2_htons() argument
104 *p++ = (unsigned char)(hostshort >> 8); in ngtcp2_htons()
105 *p = hostshort & 0xffu; in ngtcp2_htons()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h98 STIN uint16_t htons(uint16_t hostshort) { in htons() argument
101 *p++ = (unsigned char)(hostshort >> 8); in htons()
102 *p = hostshort & 0xffu; in htons()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h467 uint16_t htons(uint16_t hostshort);

Completed in 3 milliseconds