Searched refs:packetsize (Results 1 - 9 of 9) sorted by relevance

/external/tcpdump/
H A Dpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
H A Dsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
/external/grub/netboot/
H A Dfsys_tftp.c43 static int packetsize; variable
57 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN))
138 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET)
141 grub_printf ("blksize = %d\n", packetsize);
197 if (len > packetsize)
201 __FILE__, __LINE__, len, packetsize);
250 if (len < packetsize)
265 packetsize = TFTP_DEFAULTSIZE_PACKET;
H A Dmain.c310 int packetsize = TFTP_DEFAULTSIZE_PACKET; local
395 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET)
431 if (len > packetsize)
462 ++bcounter, len, len < packetsize)) >= 0)
466 if (len < packetsize)
/external/qemu/hw/
H A Dsmc91c111.c686 int packetsize; local
696 packetsize = 64;
698 packetsize = (size & ~1);
699 packetsize += 6;
702 packetsize += 4;
704 if (packetsize > 2048)
720 *(p++) = packetsize & 0xff;
721 *(p++) = packetsize >> 8;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c772 int packetsize = 0; local
780 packetsize = 5;
783 packetsize = 4;
788 packetsize = 3;
804 packetsize = 0;
828 for ( i=0; i<(nread-(packetsize-1)); i += packetsize ) {
836 i -= (packetsize-1);
850 i -= (packetsize-1);
891 i -= (packetsize
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c623 int packetsize = 0; local
632 packetsize = 5;
635 packetsize = 4;
640 packetsize = 3;
644 packetsize = 0;
657 for ( i=0; i<(nread-(packetsize-1)); i += packetsize ) {
665 i -= (packetsize-1);
679 i -= (packetsize-1);
720 i -= (packetsize
[all...]
/external/android-clat/
H A Dtranslate.h64 size_t packetsize);
H A Dtranslate.c472 * packetsize - size of packet
475 size_t packetsize) {
507 iov_len = ipv4_packet(out, CLAT_POS_IPHDR, packet, packetsize);
511 iov_len = ipv6_packet(out, CLAT_POS_IPHDR, packet, packetsize);
474 translate_packet(const struct tun_data *tunnel, struct tun_pi *tun_header, const char *packet, size_t packetsize) argument

Completed in 160 milliseconds