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

1 2 3 4 5 67 8 91011

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c 248 ctrl->local.sin_addr.s_addr = htonl((127 << 24) | 1);
257 ctrl->dest.sin_addr.s_addr = htonl((127 << 24) | 1);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 247 ctrl->local.sin_addr.s_addr = htonl((127 << 24) | 1);
256 ctrl->dest.sin_addr.s_addr = htonl((127 << 24) | 1);
  /external/chromium/third_party/libjingle/source/talk/base/
byteorder.h 149 return htonl(n);
  /external/dhcpcd/
bind.c 147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) {
net.c 80 uint32_t mask = htonl(address.s_addr);
118 dst = htonl(addr);
  /external/dnsmasq/src/
netlink.c 196 netmask.s_addr = htonl(0xffffffff << (32 - ifa->ifa_prefixlen));
  /external/grub/netboot/
main.c 138 return (htonl (0xff000000));
140 return (htonl (0xffff0000));
142 return (htonl (0xffffff00));
560 ip.bp.bp_xid = xid += htonl (starttime);
  /external/ppp/pppd/plugins/radius/
radius.c 619 remote = htonl(vp->lvalue);
898 av_type = htonl(hisaddr);
1046 av_type = htonl(hisaddr);
1143 av_type = htonl(hisaddr);
    [all...]
  /external/valgrind/main/auxprogs/
valgrind-listener.c 283 server_addr.sin_addr.s_addr = htonl(INADDR_ANY);
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.h 252 u32 val = htonl(value);
  /external/wpa_supplicant_8/src/radius/
radius.h 236 u32 val = htonl(value);
  /frameworks/av/media/libaah_rtp/
aah_rx_player.cpp 118 listen_addr_.sin_addr.s_addr = htonl(a);
  /frameworks/base/services/common_time/
common_time_server_packets.cpp 48 #define SERIALIZE_INT32(field_name) SERIALIZE_FIELD(field_name, int32_t, htonl)
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 26 #include <arpa/inet.h> // For ntohl() and htonl()
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
582 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2()))
585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3()))
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 402 tcm_hdr->tcm_len = htonl(msg_len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 402 tcm_hdr->tcm_len = htonl(msg_len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 402 tcm_hdr->tcm_len = htonl(msg_len);
  /system/netd/
DnsProxyListener.cpp 65 uint32_t len_be = htonl(len);
  /external/qemu/
sockets.c 522 dst->sin_addr.s_addr = htonl(a->u.inet.address);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 527 dst->sin_addr.s_addr = htonl(a->u.inet.address);
    [all...]
  /external/iproute2/lib/
utils.c 470 mask = htonl((0xffffffff) << (0x20 - bits));
559 ((__u32*)addr)[1] == 0 && ((__u32*)addr)[2] == htonl(0xffff)) {
  /external/netperf/
netlib.c 569 conv_rec.words[0] = htonl(conv_rec.words[0]);
570 conv_rec.words[1] = htonl(conv_rec.words[1]);
631 /* we know that in the message passing routines htonl will */
635 conv_rec.words[0] = htonl(conv_rec.words[0]);
636 conv_rec.words[1] = htonl(conv_rec.words[1]);
    [all...]
  /external/openssl/crypto/bio/
b_sock.c 734 server.sa_in.sin_addr.s_addr=htonl(l);
783 client.sa_in.sin_addr.s_addr=htonl(0x7F000001);
  /external/tcpdump/
print-tcp.c 167 phu.ph.ph_len = htonl(len);
771 len32 = htonl(ntohs(ip6->ip6_plen));
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 778 addr.sin_addr.s_addr = htonl(INADDR_ANY);
783 mcast_addr.imr_interface.s_addr = htonl(INADDR_ANY);

Completed in 1826 milliseconds

1 2 3 4 5 67 8 91011