HomeSort by relevance Sort by last modified time
    Searched refs:Sockets (Results 1 - 25 of 47) sorted by null

1 2

  /system/connectivity/shill/net/
sockets.cc 17 #include "shill/net/sockets.h"
32 Sockets::Sockets() {}
34 Sockets::~Sockets() {}
42 int Sockets::Accept(int sockfd,
48 int Sockets::AttachFilter(int sockfd, struct sock_fprog* pf) const {
52 int Sockets::Bind(int sockfd,
58 int Sockets::BindToDevice(int sockfd, const std::string& device) const {
67 int Sockets::ReuseAddress(int sockfd) const
    [all...]
netlink_socket.h 51 class Sockets;
56 // for documentation on how netlink sockets work (note that most of the rest of
87 virtual const Sockets* sockets() const { return sockets_.get(); } function in class:shill::NetlinkSocket
97 std::unique_ptr<Sockets> sockets_;
sockets.h 35 class SHILL_EXPORT Sockets {
37 Sockets();
38 virtual ~Sockets();
130 DISALLOW_COPY_AND_ASSIGN(Sockets);
135 ScopedSocketCloser(Sockets* sockets, int fd);
143 Sockets* sockets_;
rtnl_handler.h 37 class Sockets;
180 std::unique_ptr<Sockets> sockets_;
mock_sockets.h 22 #include "shill/net/sockets.h"
29 class MockSockets : public Sockets {
netlink_socket.cc 28 #include "shill/net/sockets.h"
51 sockets_.reset(new Sockets);
  /system/connectivity/shill/
async_connection.h 32 class Sockets;
45 Sockets* sockets,
82 Sockets* sockets_;
arp_client.h 28 class Sockets;
31 // ArpClient task of creating ARP-capable sockets, as well as
33 // sockets.
78 std::unique_ptr<Sockets> sockets_;
icmp.h 34 class Sockets;
68 std::unique_ptr<Sockets> sockets_;
eap_listener.h 30 class Sockets;
77 // Sockets instance to perform socket calls on.
78 std::unique_ptr<Sockets> sockets_;
http_request.h 43 class Sockets;
66 Sockets* sockets);
122 Sockets* sockets_;
http_proxy.h 40 class Sockets;
70 bool Start(EventDispatcher* dispatcher, Sockets* sockets);
150 Sockets* sockets_;
device_info.h 47 class Sockets;
299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); }
333 std::unique_ptr<Sockets> sockets_;
connectivity_trial.h 33 #include "shill/net/sockets.h"
184 Sockets sockets_;
eap_listener.cc 29 #include "shill/net/sockets.h"
40 sockets_(new Sockets()),
icmp.cc 23 #include "shill/net/sockets.h"
30 : sockets_(new Sockets()),
  /system/connectivity/dhcp_client/
device_info.h 28 #include "shill/net/sockets.h"
45 std::unique_ptr<shill::Sockets> sockets_;
device_info.cc 29 using shill::Sockets;
43 : sockets_(new Sockets()),
dhcpv4.h 27 #include <shill/net/sockets.h>
96 std::unique_ptr<shill::Sockets> sockets_;
  /system/connectivity/shill/vpn/
mock_openvpn_management_server.h 35 Sockets* sockets,
openvpn_management_server.h 34 class Sockets;
47 Sockets* sockets,
153 Sockets* sockets_;
  /system/connectivity/apmanager/
hostapd_monitor.h 33 class Sockets;
84 std::unique_ptr<shill::Sockets> sockets_;
hostapd_monitor.cc 27 #include <shill/net/sockets.h>
58 : sockets_(new shill::Sockets()),
  /external/curl/tests/libtest/
lib582.c 32 struct Sockets
34 curl_socket_t *sockets; member in struct:Sockets
35 int count; /* number of sockets actually stored in array */
36 int max_count; /* max number of sockets that fit in allocated array */
41 struct Sockets read, write;
45 * Remove a file descriptor from a sockets array.
47 static void removeFd(struct Sockets* sockets, curl_socket_t fd, int mention)
54 for(i = 0; i < sockets->count; ++i) {
55 if(sockets->sockets[i] == fd)
108 struct ReadWriteSockets* sockets = userp; local
234 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; local
    [all...]
  /system/connectivity/shill/ethernet/
ethernet.h 40 class Sockets;
179 std::unique_ptr<Sockets> sockets_;

Completed in 692 milliseconds

1 2