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 | 214 awk -f send-ack.awk packetsize=avgsize tracedata >sa 215 awk -f packetdat.awk packetsize=avgsize tracedata >pd
|
/external/grub/netboot/ |
D | fsys_tftp.c | 43 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()
|
D | main.c | 310 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/ |
D | SDL_gsevents.c | 623 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/ |
D | smc91c111.c | 686 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/ |
D | SDL_fbevents.c | 772 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/ |
D | clatd.c | 312 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()
|