HomeSort by relevance Sort by last modified time
    Searched defs:send_packet (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluez/tools/
csr_bcsp.c 43 static struct ubcsp_packet send_packet; variable in typeref:struct:ubcsp_packet
105 memset(&send_packet, 0, sizeof(send_packet));
110 send_packet.length = 512;
111 send_packet.payload = send_buffer;
181 send_packet.channel = 5;
182 send_packet.reliable = 1;
183 send_packet.length = (size * 2) + 4;
184 memcpy(send_packet.payload, cp, (size * 2) + 4);
186 ubcsp_send_packet(&send_packet);
    [all...]
ubcsp.h 112 struct ubcsp_packet *send_packet; member in struct:ubcsp_configuration
152 void ubcsp_send_packet (struct ubcsp_packet *send_packet);
  /system/core/libnetutils/
packet.c 89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size, function
  /external/dhcpcd/
net.c 528 send_packet(const struct interface *iface, struct in_addr to, function
  /external/mtpd/
pptp.c 144 static void send_packet() function
230 send_packet();
301 send_packet();
358 send_packet();
372 send_packet();
381 send_packet();
l2tp.c 131 /* p[1] will be filled in send_packet(). */
165 static void send_packet() function
344 send_packet();
525 send_packet();
558 send_packet();
  /system/core/adb/
transport.c 188 void send_packet(apacket *p, atransport *t) function

Completed in 231 milliseconds