HomeSort by relevance Sort by last modified time
    Searched refs:htonl (Results 51 - 75 of 274) sorted by null

1 23 4 5 6 7 8 91011

  /external/openssh/openbsd-compat/
fake-rfc2553.c 182 addr = htonl(0x00000000);
192 *res = malloc_ai(port, htonl(0x7f000001), hints);
fake-rfc2553.h 65 ((u_int32_t *)(a))[2] == 0 && ((u_int32_t *)(a))[3] == htonl(1))
  /external/srtp/test/
dtls_srtp_driver.c 233 hdr->ts = htonl(0xdecafbad); /* timestamp */
234 hdr->ssrc = htonl(ssrc); /* synch. source */
  /development/tools/emulator/system/libqemu/
test_host_2.c 68 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /external/dhcpcd/
arp.c 85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) ||
87 iface->state->new->cookie != htonl(MAGIC_COOKIE)))
182 if (IN_LINKLOCAL(htonl(iface->addr.s_addr)) &&
227 if (state->new->cookie != htonl(MAGIC_COOKIE)) {
  /external/dropbear/
fake-rfc2553.h 63 ((u_int32_t *)(a))[2] == 0 && ((u_int32_t *)(a))[3] == htonl(1))
  /external/qemu/slirp-android/
helper.h 72 ip.addr = htonl(val);
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 62 extern UInt VG_(htonl) ( UInt x );
  /sdk/emulator/tests/
test-qemud-pipes.c 38 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /system/core/adb/
test_track_devices.c 64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
test_track_jdwp.c 64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /bionic/libc/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /external/chromium/chrome/browser/sync/util/
nigori.cc 8 #include <winsock2.h> // for htonl
38 uint32 size = htonl(value.size());
48 uint32 size = htonl(sizeof(uint32));
50 uint32 value = htonl(type);
  /external/quake/quake/src/WinQuake/
net_mp.cpp 237 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
355 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 206 #define htonl(x) __swap32(x) macro
245 #define htonl(x) (x) macro
260 #define HTONL(x) (x) = htonl((u_int32_t)(x))

Completed in 1639 milliseconds

1 23 4 5 6 7 8 91011