Searched refs:packetsize (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/ |
D | send-ack.awk | 4 if (packetsize <= 0) 5 packetsize = 512 40 else if (len != packetsize) 50 if (len != packetsize)
|
D | packetdat.awk | 4 if (packetsize <= 0) 5 packetsize = 512 23 id = 1.5 + (strtSeq - 1) / packetsize 35 id = 1 + ($7 - 2) / packetsize
|
D | README | 203 awk -f send-ack.awk packetsize=avgsize tracedata >sa 204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
|
D | README.md | 203 awk -f send-ack.awk packetsize=avgsize tracedata >sa 204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
|
/external/curl/lib/ |
D | socks.c | 225 ssize_t packetsize = 9 + in Curl_SOCKS4() local 236 if(packetsize + hostnamelen <= SOCKS4REQLEN) in Curl_SOCKS4() 237 strcpy((char *)socksreq + packetsize, hostname); in Curl_SOCKS4() 244 packetsize + hostnamelen, in Curl_SOCKS4() 246 if(code || (written != packetsize + hostnamelen)) { in Curl_SOCKS4() 261 packetsize = 8; /* receive data size */ in Curl_SOCKS4() 264 result = Curl_blockread_all(conn, sock, (char *)socksreq, packetsize, in Curl_SOCKS4() 266 if(result || (actualread != packetsize)) { in Curl_SOCKS4()
|
/external/ltp/testcases/network/tcp_cmds/ping/ |
D | ping01.sh | 48 for packetsize in $PACKETSIZES; do 49 EXPECT_PASS $PING_CMD -c $COUNT -s $packetsize $ipaddr \>/dev/null
|
/external/android-clat/ |
D | translate.c | 493 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize) { in translate_packet() argument 518 iov_len = ipv4_packet(out, CLAT_POS_IPHDR, packet, packetsize); in translate_packet() 523 iov_len = ipv6_packet(out, CLAT_POS_IPHDR, packet, packetsize); in translate_packet()
|
D | translate.h | 53 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize);
|
/external/iputils/doc/ |
D | ping.sgml | 30 <arg choice="opt">-s <replaceable/packetsize/</arg> 353 <term><option>-s <replaceable/packetsize/</option></term> 480 When a <replaceable/packetsize/ is given, this indicated the size of this
|