HomeSort by relevance Sort by last modified time
    Searched refs:htonl (Results 176 - 200 of 325) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/google-breakpad/src/common/linux/
file_id.cc 167 *data1 = htonl(*data1);
  /external/iproute2/tc/
m_nat.c 64 sel->mask = htonl(~0u << (32 - addr.bitlen));
m_pedit.c 154 tkey->val = htonl(tkey->val & retain);
155 tkey->mask = htonl(tkey->mask | ~retain);
  /external/libmtp/src/
gphoto2-endian-ppc.h 36 # define htobe32(x) htonl(x)
  /external/libpcap/
pcap-netfilter-linux.c 351 msg.copy_range = htonl(copy_range);
367 msg.id = htonl(id);
368 msg.verdict = htonl(verdict);
405 msg.copy_range = htonl(copy_range);
  /external/libvncserver/x11vnc/
inet.c 123 if (iaddr == htonl(INADDR_NONE)) {
424 int sock = listen_tcp(port, htonl(INADDR_ANY), 0);
922 if (iface == htonl(INADDR_LOOPBACK)) {
926 } else if (iface == htonl(INADDR_ANY)) {
  /external/lldb/source/Host/common/
SocketAddress.cpp 243 m_socket_addr.sa_ipv4.sin_addr.s_addr = htonl (INADDR_ANY);
  /external/openssh/
entropy.c 100 addr_in->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
addrmatch.c 131 n->v4.s_addr = htonl((0xffffffff << (32 - l)) & 0xffffffff);
138 n->addr32[i] = htonl((0xffffffff << (32 - l)) &
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 234 if (from.sin_addr.s_addr != htonl((127 << 24) | 1)) {
378 addr.sin_addr.s_addr = htonl((127 << 24) | 1);
564 if (from.sin_addr.s_addr != htonl((127 << 24) | 1)) {
651 addr.sin_addr.s_addr = htonl((127 << 24) | 1);
  /system/bt/tools/hci/
main.c 150 addr.sin_addr.s_addr = htonl(0x7F000001);
  /external/android-clat/
config.c 262 if (config_is_ipv4_address_free(htonl(ipv4))) {
263 chosen = htonl(ipv4);
translate.c 146 ip->saddr = htonl((0xff << 24) + ttl_guess);
194 frag_hdr->ip6f_ident = htonl(ntohs(old_header->id));
  /external/lldb/tools/debugserver/source/
RNBSocket.cpp 41 addr = htonl (INADDR_LOOPBACK);
46 addr = htonl (INADDR_ANY);
  /external/tcpdump/
icmp6.h 459 #define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME ((u_int32_t)htonl(0x80000000))
460 #define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME ((u_int32_t)htonl(0x40000000))
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
  /system/bt/btif/src/
btif_util.c 122 uuid0 = htonl(uuid0);
126 uuid4 = htonl(uuid4);
  /external/dhcpcd/
dhcp.c 592 rt->net.s_addr = htonl(~0U << (32 - cidr));
775 return (htonl(~t));
930 iface->state->new->cookie == htonl(MAGIC_COOKIE)))))
961 dhcp->cookie = htonl(MAGIC_COOKIE);
973 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) {
1038 ul = htonl(ifo->leasetime);
    [all...]
  /external/fio/engines/
rdma.c 784 rd->send_buf.mode = htonl(rd->rdma_protocol);
785 rd->send_buf.nr = htonl(td->o.iodepth);
979 rd->addr.sin_addr.s_addr = htonl(INADDR_ANY);
1173 rd->send_buf.rmt_us[i].rkey = htonl(io_u->mr->rkey);
1174 rd->send_buf.rmt_us[i].size = htonl(max_bs);
1181 rd->send_buf.nr = htonl(i);
  /external/srtp/test/
srtp_driver.c 397 hdr->ts = htonl(0xdecafbad); /* timestamp */
398 hdr->ssrc = htonl(ssrc); /* synch. source */
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 289 static_cast<int32_t>(htonl(mDtmfMagic | mSequence)),
290 static_cast<int32_t>(htonl(mDtmfStart)),
292 static_cast<int32_t>(htonl(mDtmfEvent | duration)),
295 buffer[3] |= htonl(1 << 23);
350 buffer[0] = htonl(mCodecMagic | mSequence);
351 buffer[1] = htonl(mTimestamp);
  /external/toybox/toys/pending/
dhcp.c 435 convtmp = htonl(convtmp);
515 temp.s_addr = htonl(res->ipaddr.s_addr);
695 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) {
711 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) {
978 var = htonl(var);
999 state->pdhcp.cookie = htonl(DHCP_MAGIC);;
1026 rqsd.s_addr = htonl(server);
1038 rqsd.s_addr = htonl(server);
1106 convtmp = htonl(convtmp);
    [all...]
  /bionic/libc/dns/resolv/
res_init.c 612 return (htonl(IN_CLASSA_NET));
614 return (htonl(IN_CLASSB_NET));
615 return (htonl(IN_CLASSC_NET));
  /external/libvncserver/libvncclient/
sockets.c 444 addr.sin_addr.s_addr = htonl(INADDR_ANY);
498 addr.sin_addr.s_addr = htonl(INADDR_ANY);
703 *addr = htonl(INADDR_LOOPBACK); /* local */
  /hardware/ril/libril/
RilSapSocket.cpp 330 written_size = htonl((uint32_t) encoded_size);
414 written_size = htonl((uint32_t) encoded_size);

Completed in 563 milliseconds

1 2 3 4 5 6 78 91011>>