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

1 2 3 4 5 6 78 910

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_privsep.c 99 static void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx)
108 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from,
  /external/ipsec-tools/src/racoon/
privsep.c 80 privsep_send(sock, buf, len)
81 int sock;
88 if (sendto(sock, (char *)buf, len, 0, NULL, 0) == -1) {
102 privsep_recv(sock, bufp, lenp)
103 int sock;
115 while ((len = recvfrom(sock, (char *)&com,
141 while ((len = recvfrom(sock, (char *)combuf,
  /dalvik/vm/jdwp/
JdwpAdb.c 579 int sock = receiveClientFd(netState); local
580 if (sock >= 0) {
582 close(sock);
  /external/bluetooth/bluez/audio/
unix.c 86 int sock; member in struct:unix_client
105 if (client->sock >= 0)
106 close(client->sock);
121 static int unix_sendmsg_fd(int sock, int fd)
141 return sendmsg(sock, &msgh, MSG_NOSIGNAL);
152 if (send(client->sock, msg, msg->length, 0) < 0)
379 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
418 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
784 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
    [all...]
gateway.c 389 int sock; local
392 sock = g_io_channel_unix_get_fd(gw->rfcomm);
393 shutdown(sock, SHUT_RDWR);
control.c 523 int ret, packet_size, operand_count, sock; local
528 sock = g_io_channel_unix_get_fd(control->io);
530 ret = read(sock, buf, sizeof(buf));
603 ret = write(sock, buf, packet_size);
  /external/chromium/third_party/libevent/
evutil.h 102 int evutil_make_socket_nonblocking(int sock);
  /external/esd/include/
esd.h 133 int esd_send_auth( int sock );
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 113 int (*call)(struct sock *nl, struct sk_buff *skb,
  /external/openssl/crypto/bio/
b_sock.c 233 int BIO_sock_error(int sock)
248 i=getsockopt(sock,SOL_SOCKET,SO_ERROR,(void *)&j,(void *)&size);
800 int BIO_accept(int sock, char **addr)
842 ret=accept(sock,&sa.from.sa,(void *)&sa.len);
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);
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 715 SocketChannel sock = ssc.accept(); local
724 sock.close();
738 SocketChannel sock = ssc.accept(); local
749 assertEquals(-1, sock.read(target));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 133 int esd_send_auth( int sock );
  /external/kernel-headers/original/linux/
skbuff.h 236 struct sock *sk;
378 extern int skb_append_datato_frags(struct sock *sk, struct sk_buff *skb,
    [all...]
  /external/ppp/pppd/
tty.c 872 int sock, port = -1; local
899 sock = socket(PF_INET, SOCK_STREAM, 0);
900 if (sock < 0) {
908 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) < 0) {
910 close(sock);
914 return sock;
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 168 static int process_frames(int dev, int sock, int fd, unsigned long flags)
181 if (sock < 0)
249 fds[nfds].fd = sock;
261 if (fds[i].fd == sock)
289 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)
  /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...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1574 int sock; local
    [all...]
  /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 361 static int send_message(int sock, int if_index, dhcp_msg *msg, int size)
366 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;

Completed in 438 milliseconds

1 2 3 4 5 6 78 910