HomeSort by relevance Sort by last modified time
    Searched refs:packet (Results 151 - 175 of 176) sorted by null

1 2 3 4 5 67 8

  /external/kernel-headers/original/linux/
tty.h 185 unsigned char stopped:1, hw_stopped:1, flow_stopped:1, packet:1; member in struct:tty_struct
cdrom.h 106 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
144 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */
429 * Generic Packet commands, MMC commands, and such
432 /* The generic packet command opcodes for CD/DVD Logical Units,
863 __u8 packet : 1; member in struct:__anon4772
876 __u8 packet : 1; member in struct:__anon4772
    [all...]
  /external/mtpd/
l2tp.c 114 static struct packet { struct
207 /* Check if the packet is duplicated and send ACK if necessary. */
220 * this packet if it is their next one and they received our last one. */
  /external/dnsmasq/src/
dnsmasq.h 156 memory for the largest packet, and the largest record so the
158 This might be increased is EDNS packet size if greater than the minimum.
647 char *packet; /* packet buffer */ member in struct:daemon
752 int read_write(int fd, unsigned char *packet, int size, int rw);
  /external/grub/netboot/
i82586.c 157 #define TX_BUF_SIZE (1518+14+20+16) /* packet+header+TBD */
160 #define RX_BUF_SIZE (1518+14+18) /* packet+header+RBD */
174 A Tx data buffer descriptor. The packet is in a single buffer, rather than
177 And the packet data.
216 /* 0x0018: Configure command. Change to put MAC data with packet. */
385 /* return true if there's an ethernet packet ready to read */
403 memcpy(nic->packet, (char *)mem_start + rx_head + 0x20, pkt_len);
405 if (memcmp(nic->packet + ETH_ALEN, nic->node_addr, ETH_ALEN) != 0)
429 const char *p) /* Packet */
448 /* send the packet to destination *
    [all...]
3c90x.c 468 /*** a3c90x_transmit: exported function that transmits a packet. Does not
472 *** s - size of the non-header part of the packet that needs transmitted;
473 *** p - the pointer to the packet data itself.
503 /** Set the ethernet packet type **/
521 /** Send the packet **/
599 *** for a packet, and if it sees none, returns 0. This routine should
600 *** copy the packet to nic->packet if it gets a packet and set the size
601 *** in nic->packetlen. Return 1 if a packet was found
    [all...]
lance.c 42 /* lance_poll() now can use multiple Rx buffers to prevent packet loss. Set
310 printf("LANCE packet received rx_ring.u.base %X mcnt %hX csr0 %hX\n",
315 memcpy(nic->packet, lp->rbuf[lp->rx_idx], nic->packetlen = lp->rx_ring[lp->rx_idx].msg_length);
340 const char *p) /* Packet */
344 /* copy the packet to ring buffer */
sis900.c 563 /* disable packet filtering before setting filter */
579 /* enable packet filitering */
902 * Description: transmits a packet and waits for completion or timeout.
906 * unsigned short s: size of the data-part of the packet.
907 * char *p: the data for the packet.
917 const char *p) /* Packet */
943 /* pad to minimum packet size */
955 printf("sis900_transmit: Queued Tx packet size %d.\n", (int) s);
967 /* packet unsuccessfully transmited */
978 * Description: checks for a received packet and returns it if found
    [all...]
sk_g16.c 294 * Data Buffer size is set to maximum packet length.
474 const char *p); /* Packet */
513 /* return true if there's an ethernet packet ready to read */
534 if (csr0 & CSR0_MISS) /* No place to store packet ? */
536 printf(", Packet dropped.");
550 * Start and end of packet must be set, because we use
551 * the ethernet maximum packet length (1518) as buffer size.
563 printf("%s: packet too long\n", SK_NAME);
582 else /* We have a packet which can be queued for the upper layers */
588 * Copy data out of our receive descriptor into nic->packet
    [all...]
ns8390.c 345 const char *p) /* Packet */
477 printf("Bogus packet, ignoring\n");
481 p = nic->packet;
512 next = pkthdr.next; /* frame number of next packet */
via-rhine.c 588 is the send-packet routine, which enforces single-threaded use by the
592 The send packet thread has partial control over the Tx ring and 'dev->tbusy'
593 flag. It sets the tbusy flag whenever it's queuing a Tx packet. If the next
642 /* The saved address of a sent-in-place packet/buffer, for skfree(). */
1120 memcpy (nic->packet, tp->rx_buffs[tp->cur_rx], nic->packetlen);
1121 /* printf ("Packet RXed\n"); */
tulip.c 59 Added test of status after receiving a packet from the card.
68 some cards seem to need the time or they drop the first packet
77 and udelay. We now wait for packet transmission to complete
    [all...]
  /external/openssl/ssl/
s3_both.c 750 s->packet= &(s->s3->rbuf.buf[0]);
ssl.h 1033 unsigned char *packet; member in struct:ssl_st
    [all...]
  /external/wpa_supplicant/
driver_broadcom.c 19 #include <netpacket/packet.h>
driver_wext.c 40 #include <netpacket/packet.h>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 27 #include <netpacket/packet.h>
driver_nl80211.c 23 #include <netpacket/packet.h>
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 393 for a chaining mode or public key packet it is assumed that regardless of the actual size of \textit{unsigned char} only the
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 2039 RxPacketStruct packet[(MAX_CMD_PARAMS-2)\/sizeof(RxPacketStruct)]; member in struct:__anon10435
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 2026 RxPacketStruct packet[(MAX_CMD_PARAMS-2)\/sizeof(RxPacketStruct)]; member in struct:__anon17156
    [all...]
  /external/blktrace/doc/
blktrace.tex 410 pc & \emph{packet command} events \\ \hline
606 \emph{P} & Display packet data -- series of hexadecimal values\\ \hline
    [all...]
  /external/openssl/include/openssl/
ssl.h 1033 unsigned char *packet; member in struct:ssl_st
    [all...]
  /external/qemu/hw/
usb-ohci.c 37 /* Dump packet contents. */
590 static void ohci_async_complete_packet(USBPacket *packet, void *opaque)
594 dprintf("Async packet complete\n");
727 /* Last packet in the ISO TD */
821 /* Last data packet of ISO TD - retire the TD to the Done Queue */
930 /* ??? The hardware should allow one active packet per
931 endpoint. We only allow one active packet per controller.
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 29 #include <netpacket/packet.h>
659 Routine Description: send deauthentication packet
662 addr - address to send deauth packet to
663 reason_code - reason code supplied in deauth packet
688 addr - address to send deauth packet to
689 reason_code - reason code supplied in deauth packet
    [all...]

Completed in 823 milliseconds

1 2 3 4 5 67 8