HomeSort by relevance Sort by last modified time
    Searched refs:receive_packet (Results 1 - 10 of 10) sorted by null

  /system/core/libnetutils/
packet.h 23 int receive_packet(int s, struct dhcp_msg *msg);
packet.c 156 int receive_packet(int s, struct dhcp_msg *msg) function
dhcpclient.c 492 r = receive_packet(s, &reply);
495 LOGD("receive_packet failed (%d): %s", r, strerror(errno));
  /external/bluetooth/bluez/tools/
csr_bcsp.c 46 static struct ubcsp_packet receive_packet; variable in typeref:struct:ubcsp_packet
106 memset(&receive_packet, 0, sizeof(receive_packet));
113 receive_packet.length = 512;
114 receive_packet.payload = receive_buffer;
116 ubcsp_receive_packet(&receive_packet);
178 receive_packet.length = 512;
179 ubcsp_receive_packet(&receive_packet);
205 if (sent && receive_packet.channel == 5 &&
206 receive_packet.payload[0] == 0xff)
    [all...]
ubcsp.c 201 void ubcsp_receive_packet (struct ubcsp_packet *receive_packet)
205 ubcsp_config.receive_packet = receive_packet;
410 ubcsp_config.receive_packet->reliable = (ubcsp_receive_header[0] & 0x80) >> 7;
416 ubcsp_config.receive_packet->channel = (ubcsp_receive_header[1] & 0x0f);
423 if (ubcsp_config.receive_packet->reliable)
430 else if (ubcsp_config.receive_packet->channel != 1)
480 crc = ubcsp_calc_crc (ubcsp_config.receive_packet->payload[loop], crc);
491 (((crc & 0xff00) >> 8) != ubcsp_config.receive_packet->payload[ubcsp_config.receive_index]) ||
492 ((crc & 0xff) != ubcsp_config.receive_packet->payload[ubcsp_config.receive_index + 1])
    [all...]
ubcsp.h 113 struct ubcsp_packet *receive_packet; member in struct:ubcsp_configuration
153 void ubcsp_receive_packet (struct ubcsp_packet *receive_packet);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ipc_k.c 73 drv->receive_packet = 1; /* Remember to stay awake */
esta_drv.c 960 if( drv->receive_packet ) {
961 drv->receive_packet = 0;
    [all...]
osapi.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 258 int receive_packet; /* 1=packet was pushed to network stack */ member in struct:tiwlan_net_dev

Completed in 177 milliseconds