HomeSort by relevance Sort by last modified time
    Searched refs:packetsize (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/network/tcp_cmds/ping/
ping01.sh 47 for packetsize in $PACKETSIZES; do
48 EXPECT_PASS $PING_CMD -c $COUNT -s $packetsize $ipaddr \>/dev/null
  /external/tcpdump/
packetdat.awk 4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
send-ack.awk 4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
  /device/google/cuttlefish_common/host/libs/vadb/
usb_cmd_data_transfer.cpp 70 auto packetsize = fd->Read(&data_[got], len - got); local
71 got += packetsize;
77 } else if (packetsize == 0) {
  /external/curl/lib/
socks.c 226 int packetsize = 9 + local
237 if(packetsize + hostnamelen <= SOCKS4REQLEN)
238 strcpy((char *)socksreq + packetsize, hostname);
245 packetsize + hostnamelen,
247 if(code || (written != packetsize + hostnamelen)) {
262 packetsize = 8; /* receive data size */
265 result = Curl_blockread_all(conn, sock, (char *)socksreq, packetsize,
267 if(result || (actualread != packetsize)) {
  /external/android-clat/
translate.h 52 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize);
translate.c 493 * packetsize - size of packet
495 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize) {
520 iov_len = ipv4_packet(out, CLAT_POS_IPHDR, packet, packetsize);
525 iov_len = ipv6_packet(out, CLAT_POS_IPHDR, packet, packetsize);

Completed in 255 milliseconds