Home
last modified time | relevance | path

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

/external/tcpdump/
Dsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
Dpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
DREADME214 awk -f send-ack.awk packetsize=avgsize tracedata >sa
215 awk -f packetdat.awk packetsize=avgsize tracedata >pd
/external/grub/netboot/
Dfsys_tftp.c43 static int packetsize; variable
57 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN)) in buf_fill()
138 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in buf_fill()
141 grub_printf ("blksize = %d\n", packetsize); in buf_fill()
197 if (len > packetsize) in buf_fill()
201 __FILE__, __LINE__, len, packetsize); in buf_fill()
250 if (len < packetsize) in buf_fill()
265 packetsize = TFTP_DEFAULTSIZE_PACKET; in send_rrq()
Dmain.c310 int packetsize = TFTP_DEFAULTSIZE_PACKET; in tftp() local
395 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in tftp()
431 if (len > packetsize) in tftp()
462 ++bcounter, len, len < packetsize)) >= 0) in tftp()
466 if (len < packetsize) in tftp()
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsevents.c623 int packetsize = 0; in handle_mouse() local
632 packetsize = 5; in handle_mouse()
635 packetsize = 4; in handle_mouse()
640 packetsize = 3; in handle_mouse()
644 packetsize = 0; in handle_mouse()
657 for ( i=0; i<(nread-(packetsize-1)); i += packetsize ) { in handle_mouse()
665 i -= (packetsize-1); in handle_mouse()
679 i -= (packetsize-1); in handle_mouse()
720 i -= (packetsize-1); in handle_mouse()
735 i -= (packetsize-1); in handle_mouse()
/external/qemu/hw/
Dsmc91c111.c686 int packetsize; in smc91c111_receive() local
696 packetsize = 64; in smc91c111_receive()
698 packetsize = (size & ~1); in smc91c111_receive()
699 packetsize += 6; in smc91c111_receive()
702 packetsize += 4; in smc91c111_receive()
704 if (packetsize > 2048) in smc91c111_receive()
720 *(p++) = packetsize & 0xff; in smc91c111_receive()
721 *(p++) = packetsize >> 8; in smc91c111_receive()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbevents.c772 int packetsize = 0; in handle_mouse() local
780 packetsize = 5; in handle_mouse()
783 packetsize = 4; in handle_mouse()
788 packetsize = 3; in handle_mouse()
804 packetsize = 0; in handle_mouse()
828 for ( i=0; i<(nread-(packetsize-1)); i += packetsize ) { in handle_mouse()
836 i -= (packetsize-1); in handle_mouse()
850 i -= (packetsize-1); in handle_mouse()
891 i -= (packetsize-1); in handle_mouse()
906 i -= (packetsize-1); in handle_mouse()
/external/android-clat/
Dclatd.c312 size_t packetsize) { in packet_handler() argument
340 iov_len = ipv4_packet(out, CLAT_POS_IPHDR, packet, packetsize); in packet_handler()
344 iov_len = ipv6_packet(out, CLAT_POS_IPHDR, packet, packetsize); in packet_handler()