/external/bluetooth/bluez/tools/ |
l2ping.c | 77 unsigned char *send_buf; local 87 send_buf = malloc(L2CAP_CMD_HDR_SIZE + size); 89 if (!send_buf || !recv_buf) { 135 send_buf[L2CAP_CMD_HDR_SIZE + i] = (i % 40) + 'A'; 141 l2cap_cmd_hdr *send_cmd = (l2cap_cmd_hdr *) send_buf; 156 if (send(sk, send_buf, L2CAP_CMD_HDR_SIZE + size, 0) <= 0) { 223 if (memcmp(&send_buf[L2CAP_CMD_HDR_SIZE], 243 free(send_buf); 249 free(send_buf);
|
/external/quake/quake/src/QW/client/ |
net_chan.c | 116 byte send_buf[MAX_MSGLEN + PACKET_HEADER]; local 119 send.data = send_buf; 120 send.maxsize = sizeof(send_buf); 226 byte send_buf[MAX_MSGLEN + PACKET_HEADER]; local 258 send.data = send_buf; 259 send.maxsize = sizeof(send_buf);
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_listen_socket.cc | 230 char* send_buf = const_cast<char *>(bytes); local 233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); 252 send_buf += sent;
|
/external/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 288 char *reply = NULL, *send_buf; local 317 send_buf = reply; 320 send_buf = "OK\n"; 323 send_buf = "FAIL\n"; 334 os_memcpy(dst->rsp_buf, send_buf, send_len); 722 char *reply = NULL, *send_buf; local 734 send_buf = reply; 737 send_buf = "FAIL\n"; 752 os_memcpy(dst->rsp_buf, send_buf, send_len);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 288 char *reply = NULL, *send_buf; local 317 send_buf = reply; 320 send_buf = "OK\n"; 323 send_buf = "FAIL\n"; 334 os_memcpy(dst->rsp_buf, send_buf, send_len); 723 char *reply = NULL, *send_buf; local 735 send_buf = reply; 738 send_buf = "FAIL\n"; 753 os_memcpy(dst->rsp_buf, send_buf, send_len);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 288 char *reply = NULL, *send_buf; local 317 send_buf = reply; 320 send_buf = "OK\n"; 323 send_buf = "FAIL\n"; 334 os_memcpy(dst->rsp_buf, send_buf, send_len); 723 char *reply = NULL, *send_buf; local 735 send_buf = reply; 738 send_buf = "FAIL\n"; 753 os_memcpy(dst->rsp_buf, send_buf, send_len);
|
/external/chromium/net/base/ |
listen_socket.cc | 144 char* send_buf = const_cast<char *>(bytes); local 147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); 166 send_buf += sent;
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 365 goto send_buf; 408 send_buf: [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_web.c | 726 goto send_buf; 767 send_buf: [all...] |