HomeSort by relevance Sort by last modified time
    Searched refs:htonl (Results 101 - 125 of 286) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/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/8/platforms/android-5/arch-mips/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/8/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/8/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/8/platforms/android-8/arch-mips/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/8/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/8/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/8/platforms/android-9/arch-mips/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/8/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 514 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER))
563 if (jsb->s_blocksize != htonl(journal->j_blocksize)) {
603 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER) ||
604 jsb->s_header.h_blocktype != htonl(JFS_SUPERBLOCK_V1)) {
605 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
606 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
614 jsb->s_blocksize = htonl(ctx->fs->blocksize);
615 jsb->s_maxlen = htonl(journal->j_maxlen);
616 jsb->s_first = htonl(1);
626 jsb->s_sequence = htonl(new_seq)
    [all...]
  /external/libppp/src/
slcompress.c 130 (f) = htonl(ntohl(f) + ((cp[1] << 8) | cp[2])); \
133 (f) = htonl(ntohl(f) + (u_int32_t)*cp++); \
515 th->th_ack = htonl(ntohl(th->th_ack) + i);
516 th->th_seq = htonl(ntohl(th->th_seq) + i);
521 th->th_seq = htonl(ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len)
  /external/iproute2/ip/
link_gre.c 147 uval = htonl(uval);
163 uval = htonl(uval);
178 uval = htonl(uval);
ip6tunnel.c 40 #define IP6_FLOWINFO_TCLASS htonl(0x0FF00000)
41 #define IP6_FLOWINFO_FLOWLABEL htonl(0x000FFFFF)
178 p->flowinfo |= htonl((__u32)uval << 20) & IP6_FLOWINFO_TCLASS;
192 p->flowinfo |= htonl(uval) & IP6_FLOWINFO_FLOWLABEL;
  /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);
  /development/tools/emulator/system/libqemu/
test_util.c 61 addr.sin_addr.s_addr = htonl(0x0a000202);
  /external/grub/netboot/
misc.c 243 addr->s_addr = htonl (ip);
  /external/libmtp/src/
gphoto2-endian-intel.h 36 # define htobe32(x) htonl(x)
  /external/mtpd/
l2tp.c 328 add_attribute_u32(FRAMING_CAPABILITIES, htonl(3));
451 add_attribute_u32(CONNECT_SPEED, htonl(100000000));
452 add_attribute_u32(FRAMING_TYPE, htonl(3));
518 add_attribute_u32(RESULT_CODE, htonl(0x00020006));
  /external/ppp/pppd/plugins/radius/
sendserver.c 77 lvalue = htonl(vp->lvalue);
168 lvalue = htonl (vp->lvalue);
247 sin->sin_addr.s_addr = htonl(INADDR_ANY);
291 sin->sin_addr.s_addr = htonl (auth_ipaddr);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 172 if (from.sin_addr.s_addr != htonl((127 << 24) | 1)) {
294 addr.sin_addr.s_addr = htonl((127 << 24) | 1);
451 if (from.sin_addr.s_addr != htonl((127 << 24) | 1)) {
532 addr.sin_addr.s_addr = htonl((127 << 24) | 1);

Completed in 969 milliseconds

1 2 3 45 6 7 8 91011>>