/external/wpa_supplicant_8/src/drivers/ |
driver_madwifi.c | 1283 int sock; member in struct:wpa_driver_madwifi_data [all...] |
/external/bluetooth/hcidump/src/ |
hcidump.c | 149 static int process_frames(int dev, int sock, int fd, unsigned long flags) 162 if (sock < 0) 227 fds[nfds].fd = sock; 239 if (fds[i].fd == sock) 267 len = recvmsg(sock, &msg, MSG_DONTWAIT);
|
/external/wpa_supplicant/ |
radius_client.c | 92 int sock, int sock6, int auth); 501 static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx) 526 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); 739 int sock, int sock6, int auth) 801 sel_sock = sock;
|
ctrl_iface_dbus.c | 75 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx) 81 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx) 87 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx)
|
l2_packet_freebsd.c | 74 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx)
|
driver_broadcom.c | 223 static void wpa_driver_broadcom_event_receive(int sock, void *ctx, 231 if ((left = recv(sock, buf, sizeof buf, 0)) < 0)
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 242 int sock, int sock6, int auth); 691 static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx) 717 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); 943 int sock, int sock6, int auth) 1006 sel_sock = sock; [all...] |
/external/bluetooth/bluez/audio/ |
gateway.c | 386 int sock; local 389 sock = g_io_channel_unix_get_fd(gw->rfcomm); 390 shutdown(sock, SHUT_RDWR);
|
control.c | 501 int ret, packet_size, operand_count, sock; local 506 sock = g_io_channel_unix_get_fd(control->io); 508 ret = read(sock, buf, sizeof(buf)); 581 ret = write(sock, buf, packet_size);
|
/external/dropbear/ |
packet.c | 64 written = write(ses.sock, buf_getptr(writebuf, len), len); 123 len = read(ses.sock, buf_getptr(ses.readbuf, maxlen), maxlen); 172 len = read(ses.sock, buf_getwriteptr(ses.readbuf, maxlen),
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 67 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx) 73 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx) 79 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx) [all...] |
/external/chromium/net/server/ |
http_server.cc | 189 HttpServer::Connection::Connection(HttpServer* server, ListenSocket* sock) 191 socket_(sock),
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_event.c | 283 static void event_send_tx_ready(int sock, void *eloop_ctx, void *sock_ctx) 291 assert(e->sd == sock);
|
/system/core/libnetutils/ |
dhcpclient.c | 338 static int send_message(int sock, int if_index, dhcp_msg *msg, int size) 343 return send_packet(sock, if_index, msg, size, INADDR_ANY, INADDR_BROADCAST,
|
/external/bluetooth/bluez/compat/ |
bnep.c | 189 req.sock = sk;
|
/external/bluetooth/bluez/network/ |
common.c | 177 req.sock = sk;
|
/external/openssl/crypto/bio/ |
bio.h | 651 int BIO_sock_error(int sock); 657 int BIO_accept(int sock,char **ip_port); 660 int BIO_set_tcp_ndelay(int sock,int turn_on); 662 BIO *BIO_new_socket(int sock, int close_flag);
|
/external/openssl/include/openssl/ |
bio.h | 651 int BIO_sock_error(int sock); 657 int BIO_accept(int sock,char **ip_port); 660 int BIO_set_tcp_ndelay(int sock,int turn_on); 662 BIO *BIO_new_socket(int sock, int close_flag);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_freebsd.c | 77 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx)
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 756 static void hostapd_ctrl_iface_receive(int sock, void *eloop_ctx, 769 res = recvfrom(sock, buf, sizeof(buf) - 1, 0, 782 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from, 900 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from, fromlen);
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
radius_client.c | 93 int sock, int sock6, int auth); 502 static void radius_client_receive(int sock, void *eloop_ctx, void *sock_ctx) 527 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); 740 int sock, int sock6, int auth) 803 sel_sock = sock; [all...] |
/external/bluetooth/bluez/lib/ |
sdp.c | [all...] |
/external/chromium/third_party/libevent/ |
evdns.c | 343 last_error(int sock) 347 if (err == WSAEWOULDBLOCK && sock >= 0) { 348 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void*)&optval, 377 #define last_error(sock) (errno) 3157 int sock; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_broadcom.c | 228 static void wpa_driver_broadcom_event_receive(int sock, void *ctx, 236 if ((left = recv(sock, buf, sizeof buf, 0)) < 0)
|
/external/wpa_supplicant_8/src/ap/ |
vlan_init.c | 622 static void vlan_event_receive(int sock, void *eloop_ctx, void *sock_ctx) 632 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
|