ntohl 90 base/third_party/xdg_mime/xdgmimecache.c #define GET_UINT32(cache,offset) (ntohl(*(xdg_uint32_t*)((cache) + (offset)))) ntohl 568 native_client_sdk/src/libraries/third_party/newlib-extras/netinet/in.h uint32_t ntohl(uint32_t networklong); ntohl 267 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(1))) ntohl 277 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) != ntohl(1))) ntohl 285 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff))) ntohl 26 native_client_sdk/src/tests/nacl_io_test/signal_test.cc uint32_t host_long = ntohl(network_long); ntohl 324 native_client_sdk/src/tests/nacl_io_test/socket_test.cc uint32_t expected_addr = ntohl(0x07060504); ntohl 326 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(0xffffffff); ntohl 330 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(1 << 24 | 2 << 16 | 3); ntohl 332 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(1 << 24 | 2 << 16 | 300); ntohl 336 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(1 << 24 | 20000); ntohl 338 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(1 << 24 | 2); ntohl 342 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(255); ntohl 344 native_client_sdk/src/tests/nacl_io_test/socket_test.cc expected_addr = ntohl(4000000000U); ntohl 533 native_client_sdk/src/tests/nacl_io_test/socket_test.cc uint32_t host_long = ntohl(network_long); ntohl 59 net/spdy/spdy_frame_reader.cc *result = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_))); ntohl 75 net/spdy/spdy_frame_reader.cc uint64 upper = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_))); ntohl 76 net/spdy/spdy_frame_reader.cc uint64 lower = ntohl(*(reinterpret_cast<const uint32*>(data_ + ofs_ + 4))); ntohl 106 net/spdy/spdy_frame_reader.cc *result = ntohl(*result); ntohl 88 net/spdy/spdy_framer.cc return SettingsFlagsAndId(ntohl(wire) >> 24, ntohl(wire) & 0x00ffffff); ntohl 1623 net/spdy/spdy_framer.cc value = ntohl(*(reinterpret_cast<const uint32*>(data + 4))); ntohl 1626 net/spdy/spdy_framer.cc value = ntohl(*(reinterpret_cast<const uint32*>(data + 1))); ntohl 149 net/spdy/spdy_headers_block_parser.cc *parsed_length = ntohl(*reinterpret_cast<const uint32_t *>(buffer)); ntohl 66 third_party/bspatch/mbspatch.cc header->slen = ntohl(header->slen); ntohl 67 third_party/bspatch/mbspatch.cc header->scrc32 = ntohl(header->scrc32); ntohl 68 third_party/bspatch/mbspatch.cc header->dlen = ntohl(header->dlen); ntohl 69 third_party/bspatch/mbspatch.cc header->cblen = ntohl(header->cblen); ntohl 70 third_party/bspatch/mbspatch.cc header->difflen = ntohl(header->difflen); ntohl 71 third_party/bspatch/mbspatch.cc header->extralen = ntohl(header->extralen); ntohl 131 third_party/bspatch/mbspatch.cc ctrlsrc->x = ntohl(ctrlsrc->x); ntohl 132 third_party/bspatch/mbspatch.cc ctrlsrc->y = ntohl(ctrlsrc->y); ntohl 133 third_party/bspatch/mbspatch.cc ctrlsrc->z = ntohl(ctrlsrc->z); ntohl 389 third_party/libevent/evdns.c u32 a = ntohl(address); ntohl 760 third_party/libevent/evdns.c #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0) ntohl 1604 third_party/libevent/evdns.c a = ntohl(in->s_addr); ntohl 2327 third_party/libevent/evdns.c a = ntohl(in->s_addr); ntohl 296 third_party/talloc/libreplace/getaddrinfo.c ntohl(ip.s_addr),