Searched refs:packetsize (Results 1 – 8 of 8) 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.md | 203 awk -f send-ack.awk packetsize=avgsize tracedata >sa 204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
|
D | README | 203 awk -f send-ack.awk packetsize=avgsize tracedata >sa 204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
|
/external/android-clat/ |
D | translate.c | 492 void translate_packet(int fd, int to_ipv6, const uint8_t *packet, size_t packetsize) { in translate_packet() argument 517 iov_len = ipv4_packet(out, CLAT_POS_IPHDR, packet, packetsize); in translate_packet() 522 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/curl/lib/ |
D | socks.c | 333 size_t packetsize = 9 + in Curl_SOCKS4() local 346 strcpy((char *)socksreq + packetsize, hostname); in Curl_SOCKS4() 351 packetsize += hostnamelen; in Curl_SOCKS4() 354 sx->outstanding = packetsize; in Curl_SOCKS4()
|
/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
|