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

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/android-ndk-r6/platforms/android-3/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-r7/platforms/android-14/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-r7/platforms/android-14/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-r7/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-r7/platforms/android-3/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-r7/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-r7/platforms/android-4/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-r7/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-r7/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-r7/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-r7/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-r7/platforms/android-9/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-r7/platforms/android-9/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))
  /external/e2fsprogs/e2fsck/
revoke.c 508 header->h_magic = htonl(JFS_MAGIC_NUMBER);
509 header->h_blocktype = htonl(JFS_REVOKE_BLOCK);
510 header->h_sequence = htonl(transaction->t_tid);
521 htonl(record->blocknr);
546 header->r_count = htonl(offset);
journal.c 513 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER))
562 if (jsb->s_blocksize != htonl(journal->j_blocksize)) {
602 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER) ||
603 jsb->s_header.h_blocktype != htonl(JFS_SUPERBLOCK_V1)) {
604 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
605 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
613 jsb->s_blocksize = htonl(ctx->fs->blocksize);
614 jsb->s_maxlen = htonl(journal->j_maxlen);
615 jsb->s_first = htonl(1);
625 jsb->s_sequence = htonl(new_seq)
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 423 jsb->s_header.h_magic = htonl(JBD2_MAGIC_NUMBER);
424 jsb->s_header.h_blocktype = htonl(JBD2_SUPERBLOCK_V2);
425 jsb->s_blocksize = htonl(info.block_size);
426 jsb->s_maxlen = htonl(info.journal_blocks);
427 jsb->s_nr_users = htonl(1);
428 jsb->s_first = htonl(1);
429 jsb->s_sequence = htonl(1);
  /external/iproute2/ip/
link_gre.c 147 uval = htonl(uval);
163 uval = htonl(uval);
178 uval = htonl(uval);
  /external/iproute2/tc/
f_u32.c 152 key = htonl(key);
153 mask = htonl(mask);
168 key = htonl(key);
169 mask = htonl(mask);
190 key = htonl(key);
191 mask = htonl(mask);
349 mask = htonl(0xFFFFFFFF<<(32-addr.bitlen));
392 __u32 mask = htonl(0xFFFFFFFF << (32 - (plen -i )));
432 key = htonl(key);
433 mask = htonl(mask)
    [all...]
  /external/qemu/slirp/
tcp_output.c 290 * *((u_int32_t *) (opt + optlen)) = htonl(
313 * *lp++ = htonl(TCPOPT_TSTAMP_HDR);
314 * *lp++ = htonl(tcp_now);
315 * *lp = htonl(tp->ts_recent);
424 ti->ti_seq = htonl(tp->snd_nxt);
426 ti->ti_seq = htonl(tp->snd_max);
427 ti->ti_ack = htonl(tp->rcv_nxt);
  /external/qemu/slirp-android/
tcp_output.c 290 * *((u_int32_t *) (opt + optlen)) = htonl(
313 * *lp++ = htonl(TCPOPT_TSTAMP_HDR);
314 * *lp++ = htonl(tcp_now);
315 * *lp = htonl(tp->ts_recent);
424 ti->ti_seq = htonl(tp->snd_nxt);
426 ti->ti_seq = htonl(tp->snd_max);
427 ti->ti_ack = htonl(tp->rcv_nxt);
  /external/quake/quake/src/WinQuake/
net_udp.cpp 318 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
428 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
  /external/srtp/test/
rtpw.c 88 #define ADDR_IS_MULTICAST(a) IN_MULTICAST(htonl(a))
285 mreq.imr_interface.s_addr = htonl(INADDR_ANY);
397 local.sin_addr.s_addr = htonl(INADDR_ANY);
  /gdk/samples/quake/jni/
net_udp.cpp 318 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
428 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
  /hardware/msm7k/librpc/
svc_clnt_common.c 68 ((uint32 *)xdr->out_msg)[RPC_OFFSET] = htonl(xdr->xid);
70 ((uint32 *)xdr->out_msg)[RPC_OFFSET+1] = htonl(rpc_msg_type);
115 *(int32 *)(xdr->out_msg + xdr->out_next) = htonl(*value);
  /development/tools/emulator/system/libqemu/
test_util.c 61 addr.sin_addr.s_addr = htonl(0x0a000202);

Completed in 2180 milliseconds

1 2 34 5 6 7 8 91011