HomeSort by relevance Sort by last modified time
    Searched refs:sock (Results 201 - 225 of 248) sorted by null

1 2 3 4 5 6 7 8910

  /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/
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)
l2_packet_pcap.c 123 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx)
driver_test.c 420 static void wpa_driver_test_receive_unix(int sock, void *eloop_ctx,
433 res = recvfrom(sock, buf, buflen - 1, 0,
  /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)
l2_packet_pcap.c 123 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx)
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 273 struct sock *wl_sock;
  /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)
driver_privsep.c 462 static void wpa_driver_privsep_receive(int sock, void *eloop_ctx,
477 res = recvfrom(sock, buf, buflen, 0,
driver_nl80211.c 892 static void wpa_driver_nl80211_event_receive_wext(int sock, void *eloop_ctx,
904 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
1015 static void wpa_driver_nl80211_event_receive(int sock, void *eloop_ctx,
1269 static void handle_monitor_read(int sock, void *eloop_ctx, void *sock_ctx)
1279 len = recv(sock, buf, sizeof(buf), 0);
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.h 250 gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,
avdtp.c 514 int sock; local
521 sock = g_io_channel_unix_get_fd(session->io);
537 return try_send(sock, session->buf, sizeof(single) + len);
558 if (!try_send(sock, session->buf, session->omtu))
586 if (!try_send(sock, session->buf, to_copy + sizeof(cont)))
605 int sock; local
610 sock = g_io_channel_unix_get_fd(stream->io);
612 shutdown(sock, SHUT_RDWR);
    [all...]
  /external/netperf/
netlib.h 507 extern int set_nonblock (SOCKET sock);
  /external/quake/quake/src/WinQuake/
mplpc.cpp 167 SOCKET sock[MAXSOCKETS]; member in struct:__anon6987
742 if (FARPKL(&(SockMap->sock[i])) == s)
789 if (FARPKL(&SockMap->sock[i]) == s) {
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 177 Socket sock;
178 sock = debugSocket.accept();
181 sock.close();
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 89 int sock; member in struct:__anon1760
  /external/bluetooth/bluez/tools/
ciptool.c 190 req.sock = sk;
  /external/bluetooth/bluez/src/
sdpd-request.c 1024 sent = send(req->sock, rsp.data, rsp.data_size, 0);
1074 req.sock = sk;
  /external/chromium/net/third_party/nss/ssl/
ssl3ecc.c 77 #define SSL_GET_SERVER_PUBLIC_KEY(sock, type) \
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 589 static void wpa_priv_receive(int sock, void *eloop_ctx, void *sock_ctx)
599 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from,

Completed in 686 milliseconds

1 2 3 4 5 6 7 8910