HomeSort by relevance Sort by last modified time
    Searched refs:packetsize (Results 1 - 8 of 8) sorted by 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)
  /external/autotest/client/virt/tests/
jumbo.py 56 packetsize=max_icmp_pkt_size,
63 packetsize=max_icmp_pkt_size,
76 packetsize=max_icmp_pkt_size,
82 packetsize=max_icmp_pkt_size,
94 packetsize=size,
98 packetsize=size,
ping.py 44 packetsize=size,
  /external/curl/lib/
socks.c 220 int packetsize = 9 + local
231 if(packetsize + hostnamelen <= SOCKS4REQLEN)
232 strcpy((char*)socksreq + packetsize, hostname);
239 packetsize + hostnamelen,
241 if(code || (written != packetsize + hostnamelen)) {
256 packetsize = 8; /* receive data size */
259 result = Curl_blockread_all(conn, sock, (char *)socksreq, packetsize,
261 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);
  /external/autotest/client/virt/
virt_test_utils.py 720 packetsize=None, ttl=None, hint=None, adaptive=False,
730 @param packetsize: Packet size of icmp.
750 if packetsize is not None:
751 command += " -s %s" % packetsize

Completed in 188 milliseconds