Lines Matching full:packet
286 * This transmits a packet.
290 * unsigned short s: size of the data-part of the packet.
291 * char *p: the data for the packet.
347 * This receives a packet from the network.
351 * returns: 1 if a packet was received.
354 * returns the packet in the array nic->packet.
355 * returns the length of the packet in nic->packetlen.
370 /* We own the next entry, it's a new packet. Send it up. */
378 printf("epic_poll: Giant packet\n");
387 memcpy(nic->packet, (char*)rx_ring[entry].bufaddr, nic->packetlen);