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

1 2 3 45 6 7 8

  /external/dhcpcd/
lpf.c 39 # include <netpacket/packet.h>
client.c 684 /* Failed to send the packet? Return to the init state */
1536 uint8_t *packet; local
    [all...]
  /external/qemu/hw/
smc91c111.c 41 /* Packet buffer memory. */
94 /* Try to allocate a packet. Returns 0x80 on failure. */
149 /* Release the memory allocated to a packet. */
150 static void smc91c111_release_packet(smc91c111_state *s, int packet)
152 s->allocated &= ~(1 << packet);
216 /* Add a packet to the TX FIFO. */
217 static void smc91c111_queue_tx(smc91c111_state *s, int packet)
221 s->tx_fifo[s->tx_fifo_len++] = packet;
357 case 2: /* Packet Number Register */
493 case 2: /* Packet Number. *
    [all...]
bt-hci.c 435 uint8_t *packet, mask; local
449 packet = hci->evt_packet(hci->opaque);
450 packet[0] = evt;
451 packet[1] = len;
453 return &packet[2];
459 uint8_t *packet = bt_hci_event_start(hci, evt, len); local
461 if (!packet)
465 memcpy(packet, params, len);
484 uint8_t *packet = bt_hci_event_start(hci, EVT_CMD_COMPLETE, local
486 evt_cmd_complete *params = (evt_cmd_complete *) packet;
    [all...]
usb.h 131 * Process USB packet.
195 typedef void USBCallback(USBPacket * packet, void *opaque);
197 /* Structure used to hold information about an active USB packet. */
212 /* Defer completion of a USB packet. The hadle_packet routine should then
222 /* Notify the controller that an async packet is complete. This should only
230 /* Cancel an active packet. The packed must have been deferred with
  /external/tremolo/Tremolo/
ogg.h 126 packet in the logical bitstream */
151 ogg_reference *packet; member in struct:__anon7949
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 205 // receive real data packet, (not peek)
248 // do discard the datagram packet
258 // copy the data of received packet
286 // do discard the datagram packet
291 // copy the data of received packet
699 public void receive(DatagramPacket packet) throws IOException {
703 super.receive(packet);
710 public void send(DatagramPacket packet) throws IOException {
714 super.send(packet);
  /external/dnsmasq/src/
helper.c 141 /* and CLID into packet */
144 for (p = daemon->packet, i = 0; i < data.clid_len; i++)
196 my_setenv("DNSMASQ_CLIENT_ID", daemon->packet, &err);
netlink.c 269 If this happens and we still have a DNS packet in the buffer, we re-send it.
270 This helps on DoD links, where frequently the packet which triggers dialling is
295 while(sendto(fd, daemon->packet, daemon->packet_len, 0,
  /external/grub/netboot/
config.c 473 static char packet[ETH_FRAME_LEN]; variable
490 packet, /* packet */
smc9000.c 13 * 4608 byte packet memory. ( for the 91C92/4. Others have more )
185 const char *p) /* Packet */
202 printf("SMC9000: Far too big packet error. \n");
233 /* If I get here, I _know_ there is a packet slot waiting for me */
241 /* we have a packet address, so tell the card to use it */
244 /* point to the beginning of the packet */
248 printf("Trying to xmit packet of length %hX\n", length );
251 /* send the packet length ( +6 for status, length and ctl byte )
255 /* send the packet length ( +6 for status words, length, and ctl) */
259 /* Write the contents of the packet */
    [all...]
cs89x0.c 234 /* send a test packet - return true if carrier bits are ok */
251 /* Test to see if the chip has allocated memory for the packet */
257 /* Write the contents of the packet */
261 printf(" sending test packet ");
262 /* wait a couple of timer ticks for packet to be received */
368 const char *p) /* Packet */
383 /* Test to see if the chip has allocated memory for the packet */
386 printf("cs: unable to send packet; retrying...\n");
391 /* Write the contents of the packet */
426 insw(eth_nic_base + RX_FRAME_PORT, nic->packet, nic->packetlen >> 1)
    [all...]
fsys_tftp.c 103 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
185 /* This ensures that the packet does not get processed as
296 /* Send the packet. */
428 /* Construct the TFTP request packet. */
439 /* Save the TFTP packet so that we can reopen the file later. */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 1398 OMX_U8 *packet = NULL; local
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 756 static jint OSNetworkSystem_recvDirect(JNIEnv* env, jobject, jobject fileDescriptor, jobject packet,
791 if (packet != NULL) {
792 env->SetIntField(packet, gCachedFields.dpack_length, bytesReceived);
803 env->SetObjectField(packet, gCachedFields.dpack_address, sender);
804 env->SetIntField(packet, gCachedFields.dpack_port, port);
810 static jint OSNetworkSystem_recv(JNIEnv* env, jobject, jobject fd, jobject packet,
817 return OSNetworkSystem_recvDirect(env, NULL, fd, packet, address, offset, length, peek,
    [all...]
  /external/iproute2/doc/
ip-cref.tex 382 the maximal size of data which can be sent as a single packet over this interface.
    [all...]
  /external/v8/src/
d8.js     [all...]
  /external/bluetooth/hcidump/parser/
lmp.c 618 printf("no packet-size preference\n");
651 printf("no packet-size preference\n");
859 uint8_t packet = LMP_U8(frm); local
872 printf("SCO packet 0x%2.2x\n", packet);
952 uint8_t packet = LMP_U8(frm); local
977 printf("packet type 0x%2.2x\n", packet);
996 printf("packet type table %d ", type);
1038 printf("eSCO M->S packet type 0x%2.2x length %d\n", mspkt, mslen)
    [all...]
  /external/openssl/ssl/
s2_lib.c 380 s->packet=s2->rbuf;
  /external/wpa_supplicant/
driver_wired.c 19 #include <netpacket/packet.h>
201 "packet socket", __func__);
239 "group (PACKET)", __func__);
l2_packet_linux.c 2 * WPA Supplicant - Layer2 packet handling with Linux packet sockets
17 #include <netpacket/packet.h>
26 int fd; /* packet socket for EAPOL frames */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wired.c 19 #include <netpacket/packet.h>
209 "packet socket", __func__);
247 "group (PACKET)", __func__);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 2 * WPA Supplicant - Layer2 packet handling with Linux packet sockets
17 #include <netpacket/packet.h>
26 int fd; /* packet socket for EAPOL frames */
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /external/qemu/
usb-linux.c 206 USBPacket *packet; member in struct:AsyncURB
263 p = aurb->packet;
299 aurb->packet = NULL;
445 aurb->packet = p;
585 aurb->packet = p;
734 * Packet handler.
    [all...]

Completed in 726 milliseconds

1 2 3 45 6 7 8