HomeSort by relevance Sort by last modified time
    Searched refs:htons (Results 126 - 150 of 382) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
endian.h 206 #define htons(x) __swap16(x) macro
245 #define htons(x) (x) macro
262 #define HTONS(x) (x) = htons((u_int16_t)(x))
  /external/dhcpcd/
net.c 643 sin.sin_port = htons(DHCP_CLIENT_PORT);
666 sin.sin_port = htons(DHCP_SERVER_PORT);
697 sum = htons(sum);
732 udp->uh_sport = htons(DHCP_CLIENT_PORT);
733 udp->uh_dport = htons(DHCP_SERVER_PORT);
734 udp->uh_ulen = htons(sizeof(*udp) + length);
742 ip->ip_len = htons(sizeof(*ip) + sizeof(*udp) + length);
  /external/dnsmasq/src/
tftp.c 138 addr.sin_port = htons(port);
176 addr.sin_port = htons(port);
503 mess->op = htons(OP_ERR);
504 mess->err = htons(err);
529 mess->op = htons(OP_OACK);
559 mess->op = htons(OP_DATA);
560 mess->block = htons((unsigned short)(transfer->block));
forward.c 232 header->id = htons(forward->new_id);
257 header->id = htons(forward->new_id);
366 header->id = htons(forward->orig_id);
447 header->ancount = htons(0);
448 header->nscount = htons(0);
449 header->arcount = htons(0);
509 header->ancount = htons(0);
510 header->nscount = htons(0);
511 header->arcount = htons(0);
552 header->id = htons(forward->orig_id)
    [all...]
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 58 serverAddr.sin_port = htons(port);
  /device/generic/goldfish/libqemu/
test_util.c 60 addr.sin_port = htons(port);
  /external/android-clat/
ipv4.c 142 ip6_targ->ip6_plen = htons(packet_length(out, pos));
ipv6.c 158 ip_targ->tot_len = htons(ntohs(ip_targ->tot_len) + packet_length(out, pos));
  /external/chromium_org/tools/android/common/
adb_connection.cc 69 addr.sin_port = htons(kAdbPort);
  /external/iproute2/misc/
arpd.c 203 dst.sin_port = htons(1025);
211 ah->ar_hrd = htons(ifr.ifr_hwaddr.sa_family);
212 ah->ar_pro = htons(ETH_P_IP);
215 ah->ar_op = htons(ARPOP_REQUEST);
226 sll.sll_protocol = htons(ETH_P_ARP);
504 (a->ar_op != htons(ARPOP_REQUEST) &&
505 a->ar_op != htons(ARPOP_REPLY)) ||
507 a->ar_pro != htons(ETH_P_IP) ||
770 sll.sll_protocol = htons(ETH_P_ARP);
  /external/libmtp/src/
gphoto2-endian-intel.h 33 # define htobe16(x) htons(x)
  /external/libppp/src/
tcpmss.c 134 *mss = htons(maxmss);
  /external/ppp/pppd/plugins/radius/
sendserver.c 248 sin->sin_port = htons ((unsigned short) 0);
270 auth->length = htons ((unsigned short) total_length);
285 auth->length = htons ((unsigned short) total_length);
292 sin->sin_port = htons ((unsigned short) data->svc_port);
  /external/tcpdump/
print-lane.c 146 etherproto_string(htons(extracted_ethertype)));
print-token.c 167 etherproto_string(htons(extracted_ethertype)));
  /frameworks/opt/net/voip/src/jni/rtp/
RtpStream.cpp 75 *p = htons(port);
  /external/chromium_org/net/spdy/
spdy_frame_reader_test.cc 18 htons(1), htons(1<<15),

Completed in 1564 milliseconds

1 2 3 4 56 7 8 91011>>