ntohs 89 base/third_party/xdg_mime/xdgmimecache.c #define GET_UINT16(cache,offset) (ntohs(*(xdg_uint16_t*)((cache) + (offset)))) ntohs 447 content/browser/indexed_db/indexed_db_leveldb_coding.cc decoded.push_back(ntohs(*encoded++)); ntohs 44 native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntop.cc host_tuples[i] = ntohs(tuples[i]); ntohs 569 native_client_sdk/src/libraries/third_party/newlib-extras/netinet/in.h uint16_t ntohs(uint16_t networkshort); ntohs 525 native_client_sdk/src/tests/nacl_io_test/socket_test.cc uint16_t host_short = ntohs(network_short); ntohs 43 net/spdy/spdy_frame_reader.cc *result = ntohs(*(reinterpret_cast<const uint16*>(data_ + ofs_))); ntohs 151 net/spdy/spdy_headers_block_parser.cc *parsed_length = ntohs(*reinterpret_cast<const uint16_t *>(buffer)); ntohs 761 third_party/libevent/evdns.c #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0) ntohs 114 third_party/libevent/http.c "%d", ntohs(sin->sin_port)); ntohs 443 third_party/talloc/libreplace/getaddrinfo.c int port = ntohs(((struct sockaddr_in *)sa)->sin_port); ntohs 108 tools/android/file_poller/file_poller.cc printf("%d\n", ntohs(socket_info.sin_port)); ntohs 353 tools/android/forwarder/forwarder.cc local_port = ntohs(addr.sin_port); ntohs 201 tools/android/forwarder2/socket.cc port_ = ntohs(*port_ptr);