Searched refs:packet (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd.c90 static struct stream packet; variable in typeref:struct:stream
600 unimpl("RDPSND packet type %x\n", opcode);
612 /* New packet */
613 if (packet.size == 0)
617 error("RDPSND: Split at packet header. Things will go south from here...\n");
627 packet.p = packet.data;
628 packet.end = packet.data + len;
629 packet
855 struct audio_packet *packet = &packet_queue[queue_hi]; local
894 struct audio_packet *packet; local
911 struct audio_packet *packet; local
946 struct audio_packet *packet; local
974 struct audio_packet *packet; local
[all...]
H A Drdpsnd_libao.c151 struct audio_packet *packet; local
171 packet = rdpsnd_queue_current_packet();
172 out = &packet->s;
184 if (packet->tick > next_tick)
187 if ((out->p == out->end) || duration > next_tick - packet->tick + 500)
194 if (abs((next_tick - packet->tick) - duration) > 20)
196 DEBUG(("duration: %d, calc: %d, ", duration, next_tick - packet->tick));
197 DEBUG(("last: %d, is: %d, should: %d\n", packet->tick,
198 (packet->tick + duration) % 65536, next_tick % 65536));
H A Drdpsnd_alsa.c349 struct audio_packet *packet; local
369 packet = rdpsnd_queue_current_packet();
370 out = &packet->s;
387 if (packet->tick > next_tick)
390 if ((out->p == out->end) || duration > next_tick - packet->tick + 500)
398 if (abs((next_tick - packet->tick) - duration) > 20)
400 DEBUG(("duration: %d, calc: %d, ", duration, next_tick - packet->tick));
401 DEBUG(("last: %d, is: %d, should: %d\n", packet->tick,
402 (packet->tick + duration) % 65536, next_tick % 65536));
H A Drdpsnd_sgi.c263 struct audio_packet *packet; local
274 packet = rdpsnd_queue_current_packet();
275 out = &packet->s;
H A Drdpsnd_oss.c401 struct audio_packet *packet; local
411 packet = rdpsnd_queue_current_packet();
412 out = &packet->s;
H A Drdpsnd_sun.c417 struct audio_packet *packet; local
425 packet = rdpsnd_queue_current_packet();
426 out = &packet->s;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c5x9.c119 /* set early threshold for minimal packet length */
153 len=s+ETH_HLEN; /* actual length of packet */
180 /* write packet */
237 /* read packet */
241 insw(nic->ioaddr + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
243 nic->packet[rx_fifo-1]=inb(nic->ioaddr + EP_W1_RX_PIO_RD_1);
253 insw(nic->ioaddr + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
255 nic->packet[nic->packetlen+rx_fifo-1]=inb(nic->ioaddr + EP_W1_RX_PIO_RD_1);
269 /* acknowledge reception of packet */
276 type = (nic->packet[1
[all...]
H A Dw89c840.c112 bonding and packet priority.
119 full-size packet.
387 /* return true if there's an ethernet packet ready to read */
388 /* nic->packet should contain data on return */
455 /* Check if the packet is long enough to accept without copying
458 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len);
469 nic->packet[0], nic->packet[1], nic->packet[2], nic->packet[
[all...]
H A D3c595.c183 len=s+ETH_HLEN; /* actual length of packet */
212 /* write packet */
269 /* read packet */
273 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
275 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
286 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
288 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
303 /* acknowledge reception of packet */
309 type = (nic->packet[12]<<8) | nic->packet[1
[all...]
H A D3c515.c397 outb(PKT_BUF_SZ >> 8, nic->ioaddr + TxFreeThreshold); /* Room for a packet. */
458 insw(nic->ioaddr + RX_FIFO, nic->packet, rx_fifo / 2);
460 nic->packet[rx_fifo - 1] = inb(nic->ioaddr + RX_FIFO);
469 insw(nic->ioaddr + RX_FIFO, nic->packet + nic->packetlen,
472 nic->packet[nic->packetlen + rx_fifo - 1] =
484 /* acknowledge reception of packet */
490 type = (nic->packet[12] << 8) | nic->packet[13];
491 if (nic->packet[0] + nic->packet[
[all...]
H A Deepro100.h128 char packet[RFD_PACKET_LEN]; member in struct:ifec_rfd
H A Dlegacy.c49 nic->packet = iobuf->data;
H A Damd8111e.c532 unsigned int type, unsigned int size, const char *packet)
538 /* check packet size */
540 printf("amd8111e_transmit(): too large packet, drop\n");
555 memcpy(frame->data, packet, size);
572 /* return true if there's an ethernet packet ready to read */
573 /* nic->packet should contain data on return */
606 memcpy(nic->packet, lp->rx_buf[index], nic->packetlen);
531 amd8111e_transmit(struct nic *nic, const char *dst_addr, unsigned int type, unsigned int size, const char *packet) argument
H A Dcs89x0.c260 /* send a test packet - return true if carrier bits are ok */
277 /* Test to see if the chip has allocated memory for the packet */
283 /* Write the contents of the packet */
287 printf(" sending test packet ");
288 /* wait a couple of timer ticks for packet to be received */
409 /* Test to see if the chip has allocated memory for the packet */
412 printf("cs: unable to send packet; retrying...\n");
417 /* Write the contents of the packet */
454 insw(eth_nic_base + RX_FRAME_PORT, nic->packet, nic->packetlen >> 1);
456 nic->packet[ni
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_buffer.c296 /* 24 is the size of the bounds-info packet... */
427 /* It's really way too big, so allocate a temporary packet
480 #define IS_BUFFERED( packet ) \
481 ((unsigned char *) (packet) >= pc->buffer.data_start && \
482 (unsigned char *) (packet) < pc->buffer.data_end)
486 * Transmit a packet which was allocated with crPackAlloc.
488 void crHugePacket( CR_PACKER_CONTEXT_ARGDECL CROpcode opcode, void *packet )
492 CRASSERT(sanityCheckPointer == packet);
496 if ( IS_BUFFERED( packet ) )
499 pc->SendHuge( opcode, packet );
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Dethernetif.c108 * This function should do the actual transmission of the packet. The packet is
113 * @param p the MAC packet to send (e.g. IP packet including MAC addresses and type)
114 * @return ERR_OK if the packet could be sent
115 * an err_t value if the packet couldn't be sent
119 * to become availale since the stack doesn't retry to send a packet
142 signal that packet should be sent();
155 * packet from the interface into the pbuf.
158 * @return a pbuf filled with the received packet (includin
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Dethernetif.c90 * Should do the actual transmission of the packet. The packet is
115 signal that packet should be sent();
132 * packet from the interface into the pbuf.
143 /* Obtain the size of the packet and put it into the "len"
161 * packet into the pbuf. */
168 acknowledge that packet has been read();
178 drop packet();
191 * This function is called by the TCP/IP stack when an IP packet
193 * do the actual transmission of the packet
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dslam.c65 * Int : Packet sequence number within the transfer (if this packet
68 * Raw : Packet data (if this packet contains data).
199 * Add a variable-length value to a SLAM packet
244 * Send SLAM NACK packet
267 /* Construct NACK. We always request only a single packet;
271 * RX checksumming, this would inevitably cause packet drops.
298 /* Transmit packet */
356 * Read and strip a variable-length value from a SLAM packet
471 * Receive SLAM data packet
481 unsigned long packet; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c51 /* Buffer for payload data when parsing a packet. Once the
52 * packet has been received, this buffer is used to hold
303 /* GDB packet parser */
315 stub->len = 0; /* retry new packet */
365 char packet [ SIZEOF_PAYLOAD + 4 ]; local
377 while ( !stub.exit_handler && ( len = stub.trans->recv ( packet, sizeof ( packet ) ) ) > 0 ) {
379 gdbstub_parse ( &stub, packet [ i ] );
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dnic.h52 unsigned char *packet; member in struct:nic
76 unsigned int size, const void *packet ) {
77 nic.nic_op->transmit ( &nic, dest, type, size, packet );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_update.c84 * Create a dynamic update packet for each zone and send it to the
116 u_char buf[PACKETSZ], answer[PACKETSZ], packet[2*PACKETSZ]; local
501 n = res_mkupdate(zptr->z_rr, packet, sizeof packet);
507 fprintf(stdout, "res_mkupdate: packet size = %d\n", n);
539 n = res_send(packet, n, answer, sizeof(answer));
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm43 ; Request packet header.
55 ; Init request packet - input.
71 ; Init request packet - output.
88 ; Open request packet.
100 ; Close request packet.
112 ; IOCtl request packet.
131 ; Read/Write request packet
286 ; ss:bx -> request packet
358 les bx, [bp - 4] ; Reload the packet pointer.
458 les bx, [bp - 4] ; Reload the packet pointe
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm61 ; Request packet header.
73 ; Init request packet - input.
89 ; Init request packet - output.
106 ; Open request packet.
118 ; Close request packet.
130 ; IOCtl request packet.
149 ; Read/Write request packet
378 ; ss:bx -> request packet
447 les bx, [bp - 4] ; Reload the packet pointer.
539 les bx, [bp - 4] ; Reload the packet pointe
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_drm.h66 /* New style per-packet identifiers for use in cmd_buffer ioctl with
68 * state bits and the packet size:
174 #define RADEON_CMD_PACKET3 5 /* emit hw packet */
175 #define RADEON_CMD_PACKET3_CLIP 6 /* emit hw packet wrapped in cliprects */
189 } packet; member in union:__anon3636
257 unsigned char cmd_type, packet, pad0, pad1; member in struct:__anon3644::__anon3648
260 unsigned char cmd_type, packet; member in struct:__anon3644::__anon3649
642 * - allows updating of tcl packet, vector and scalar state

Completed in 236 milliseconds

12