HomeSort by relevance Sort by last modified time
    Searched refs:htonl (Results 1 - 25 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 1 /* $OpenBSD: htonl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
10 #undef htonl macro
13 htonl(u_int32_t x) function
inet_makeaddr.c 52 addr = htonl(addr);
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 31 mBuffer[0] = htonl(mCommand);
93 mBuffer[0] = htonl(ECmdDownload);
94 mBuffer[1] = htonl(4 + param.mBuffer->getSize());
95 mBuffer[2] = htonl(param.mId);
111 mBuffer[0] = htonl(ECmdStartPlayback);
112 mBuffer[1] = htonl(20);
113 mBuffer[2] = htonl(param.mId);
114 mBuffer[3] = htonl(param.mSamplingF);
117 mBuffer[4] = htonl(mode);
118 mBuffer[5] = htonl(param.mVolume)
    [all...]
  /bionic/libc/kernel/uapi/linux/
igmp.h 106 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
107 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
109 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
110 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
111 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /development/ndk/platforms/android-L/include/linux/
igmp.h 106 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
107 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
109 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
110 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
111 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /external/kernel-headers/original/uapi/linux/
igmp.h 118 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
119 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
120 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
121 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
122 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
igmp.h 119 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
120 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
121 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
122 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
123 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
igmp.h 119 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
120 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
121 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
122 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
123 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
igmp.h 106 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
107 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
109 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
110 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
111 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
igmp.h 106 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
107 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
109 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
110 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
111 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
igmp.h 106 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
107 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
109 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
110 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
111 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
  /bionic/tests/
arpa_inet_test.cpp 22 ASSERT_EQ((htonl)(0x7f000001), inet_addr("127.0.0.1"));
28 ASSERT_EQ((htonl)(0x7f000001), a.s_addr);
32 in_addr a = { htonl(0x12345678) };
38 ASSERT_EQ((htonl)(0x12345678), a.s_addr);
42 in_addr a = { htonl(0x12345678) };
51 in_addr a = { (htonl)(0x7f000001) };
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_aton.c 22 inp->s_addr = htonl(host_order_addr);
31 inp->s_addr = htonl(host_order_addr);
40 inp->s_addr = htonl(host_order_addr);
47 inp->s_addr = htonl(p1);
htonl.c 11 inline uint32_t htonl(uint32_t hostlong) { function
  /ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/
issue54465-invalid-asm-operand-out-of-range.cpp 12 uint32_t be = htonl(foo);
  /frameworks/av/media/common_time/
utils.cpp 69 s->sin_addr.s_addr = htonl(p->readInt32());
78 a[0] = htonl(p->readInt32());
79 a[1] = htonl(p->readInt32());
80 a[2] = htonl(p->readInt32());
81 a[3] = htonl(p->readInt32());
83 s->sin6_flowinfo = htonl(p->readInt32());
84 s->sin6_scope_id = htonl(p->readInt32());
  /external/iproute2/tc/
f_rsvp.c 56 pi->key = htonl(((__u32)tmp)<<16);
57 pi->mask = htonl(0xFFFF0000);
60 pi->key = htonl(((__u32)tmp));
61 pi->mask = htonl(0x0000FFFF);
82 pi->mask = htonl(0xFFFFFFFF);
83 pi->key = htonl(gpi);
94 pi->mask = htonl(0xFFFFFFFF);
95 pi->key = htonl(gpi);
107 pi->mask = htonl(0x000FFFFF);
108 pi->key = htonl(flabel) & pi->mask
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteOrder.h 47 inline uint32_t htonl(uint32_t x) { return x; } function
52 inline uint32_t htonl(uint32_t x) { return WTF::wswap32(x); } function
57 inline uint32_t htonl(uint32_t x) { return WTF::bswap32(x); } function
  /external/dhcpcd/
ipv4ll.c 56 u32 = htonl(LINKLOCAL_MASK);
61 u32 = htonl(LINKLOCAL_BRDC);
75 addr = htonl(LINKLOCAL_ADDR |
96 if (IN_LINKLOCAL(htonl(iface->addr.s_addr))) {
109 if (!IN_LINKLOCAL(htonl(addr))) {
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 156 hdr->version = htonl(hdr->version);
157 hdr->datalen = htonl(hdr->datalen);
158 hdr->ipc_flags = htonl(hdr->ipc_flags);
159 hdr->op = htonl(hdr->op );
160 hdr->reg_index = htonl(hdr->reg_index);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_math.h 153 tmp = htonl(x->v32[3]) + htonl(y->v32[3]); \
156 tmp = htonl(x->v32[2]) + htonl(y->v32[2]) \
157 + htonl(tmp >> 32); \
160 tmp = htonl(x->v32[1]) + htonl(y->v32[1]) \
161 + htonl(tmp >> 32); \
164 tmp = htonl(x->v32[0]) + htonl(y->v32[0])
    [all...]
  /external/srtp/crypto/include/
crypto_math.h 153 tmp = htonl(x->v32[3]) + htonl(y->v32[3]); \
156 tmp = htonl(x->v32[2]) + htonl(y->v32[2]) \
157 + htonl(tmp >> 32); \
160 tmp = htonl(x->v32[1]) + htonl(y->v32[1]) \
161 + htonl(tmp >> 32); \
164 tmp = htonl(x->v32[0]) + htonl(y->v32[0])
    [all...]
  /external/chromium_org/net/spdy/
spdy_frame_builder.h 99 value = htonl(value);
103 uint32 upper = htonl(value >> 32);
104 uint32 lower = htonl(value);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 24 #define htonl ntohl macro
  /external/libnfc-nci/src/gki/common/
gki_inet.h 24 #define htonl ntohl macro

Completed in 7663 milliseconds

1 2 3 4 5 6 7 8 91011>>