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

12 3 4 5 6 7 8 91011

  /external/mtpd/
pptp.c 63 #define MAGIC_COOKIE htonl(0x1A2B3C4D)
224 outgoing.sccrq.framing = htonl(3);
225 outgoing.sccrq.bearer = htonl(3);
293 outgoing.ocrq.minimum_speed = htonl(1000);
294 outgoing.ocrq.maximum_speed = htonl(100000000);
295 outgoing.ocrq.bearer = htonl(3);
296 outgoing.ocrq.framing = htonl(3);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 355 extern uint32_t htonl (uint32_t __hostlong)
374 # define htonl(x) (x) macro
380 # define htonl(x) __bswap_32 (x) macro
396 && ((__const uint32_t *) (a))[3] == htonl (1))
401 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
402 == htonl (0xfe800000))
405 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
406 == htonl (0xfec00000))
411 && (((__const uint32_t *) (a))[2] == htonl (0xffff)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 355 extern uint32_t htonl (uint32_t __hostlong)
374 # define htonl(x) (x) macro
380 # define htonl(x) __bswap_32 (x) macro
396 && ((__const uint32_t *) (a))[3] == htonl (1))
401 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
402 == htonl (0xfe800000))
405 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
406 == htonl (0xfec00000))
411 && (((__const uint32_t *) (a))[2] == htonl (0xffff)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 355 extern uint32_t htonl (uint32_t __hostlong)
374 # define htonl(x) (x) macro
380 # define htonl(x) __bswap_32 (x) macro
396 && ((__const uint32_t *) (a))[3] == htonl (1))
401 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
402 == htonl (0xfe800000))
405 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
406 == htonl (0xfec00000))
411 && (((__const uint32_t *) (a))[2] == htonl (0xffff)))
  /external/chromium/third_party/libevent/test/
regress_dns.c 174 in.s_addr = htonl(0x7f000001ul); /* 127.0.0.1 */
197 ans.s_addr = htonl(0xc0a80b0bUL); /* 192.168.11.11 */
252 if (in_addrs[0].s_addr != htonl(0xc0a80b0bUL) || ttl != 12345) {
331 my_addr.sin_addr.s_addr = htonl(0x7f000001UL);
343 resolve_addr.s_addr = htonl(0xc0a80b0bUL); /* 192.168.11.11 */
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 170 fsidv[0] = htonl((MAJOR(dev)<<16) |
182 fsidv[0] = htonl(MAJOR(dev));
183 fsidv[1] = htonl(MINOR(dev));
280 fhp->fh_post_rdev[0] = htonl((u32)imajor(inode));
281 fhp->fh_post_rdev[1] = htonl((u32)iminor(inode));
  /external/openssh/openbsd-compat/
port-tun.c 239 if (*af == htonl(AF_INET6))
240 *af = htonl(OPENBSD_AF_INET6);
242 *af = htonl(OPENBSD_AF_INET);
266 *af = htonl(AF_INET6);
268 *af = htonl(AF_INET);
inet_aton.c 175 addr->s_addr = htonl(val);
  /external/qemu/slirp/
bootp.c 67 paddr->s_addr = htonl(ntohl(special_addr.s_addr) | (i + START_ADDR));
102 paddr->s_addr = htonl(ntohl(special_addr.s_addr) | (i + START_ADDR));
221 saddr.sin_addr.s_addr = htonl(ntohl(special_addr.s_addr) | CTL_ALIAS);
278 dns_addr.s_addr = htonl(ntohl(special_addr.s_addr) | CTL_DNS);
285 val = htonl(LEASE_TIME);
  /external/qemu/slirp-android/
bootp.c 235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */
236 rbp->bp_siaddr = htonl(sock_address_get_ip(&saddr)); /* Server IP address */
243 uint32_t saddr_ip = htonl(sock_address_get_ip(&saddr));
282 dns_addr = htonl(special_addr_ip | CTL_DNS);
289 val = htonl(LEASE_TIME);
  /external/srtp/test/
rtp.c 37 sender->message.header.ts = htonl(sender->message.header.ts);
108 sender->message.header.ssrc = htonl(ssrc);
132 rcvr->message.header.ssrc = htonl(ssrc);
  /external/kernel-headers/original/asm-mips/
checksum.h 255 "0" (htonl(len)), "1" (htonl(proto)), "r" (sum));
  /external/tcpdump/
tcpdump-stdinc.h 149 #undef htonl macro
157 #define htonl(x) __ntohl(x) macro
  /external/srtp/crypto/math/
math.c 739 tmp = htonl(x->v32[3]) + htonl(y->v32[3]);
742 tmp = htonl(x->v32[2]) + htonl(y->v32[2]) + htonl(tmp >> 32);
745 tmp = htonl(x->v32[1]) + htonl(y->v32[1]) + htonl(tmp >> 32);
748 tmp = htonl(x->v32[0]) + htonl(y->v32[0]) + htonl(tmp >> 32)
    [all...]
  /external/ppp/pppd/
ipcp.c 507 mask = htonl(mask);
866 cilong = htonl(l); \
870 cilong = htonl(l); \
909 cilong = htonl(l); \
924 cilong = htonl(l); \
994 ciaddr1 = htonl(l); \
996 ciaddr2 = htonl(l); \
1021 ciaddr1 = htonl(l); \
1034 cidnsaddr = htonl(l); \
1141 ciaddr1 = htonl(l)
    [all...]
eui64.h 107 (e).e32[1] = htonl(l); \
  /bionic/libc/inet/
inet_aton.c 155 addr->s_addr = htonl(val);
  /external/bluetooth/hcidump/parser/
bpa.c 44 #define BPA_U32(frm) (btohl(htonl(get_u32(frm))))
  /external/dhcpcd/
duid.c 85 ul = htonl(t & 0xffffffff);
  /external/grub/netboot/
osdep.h 42 #define htonl(x) \ macro
  /external/iproute2/lib/
ipx_pton.c 81 addr->ipx_net = htonl(addr->ipx_net);
  /external/dropbear/
fake-rfc2553.c 174 addr = htonl(0x00000000);
184 *res = malloc_ai(port, htonl(0x7f000001), hints);
  /external/grub/stage2/
imgact_aout.h 48 #define htonl(x) ntohl(x) macro
70 ( (ex).a_midmag = htonl( (((flag)&0x3f)<<26) | (((mid)&0x03ff)<<16) | \
123 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */
  /external/iproute2/tc/
em_u32.c 131 key = htonl(key);
132 mask = htonl(mask);
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 114 *p++ = htonl(val >> 32);
115 *p++ = htonl(val & 0xFFFFFFFF);

Completed in 501 milliseconds

12 3 4 5 6 7 8 91011