Home
last modified time | relevance | path

Searched refs:Sockets (Results 1 – 25 of 43) sorted by relevance

12

/system/connectivity/shill/net/
Dsockets.cc32 Sockets::Sockets() {} in Sockets() function in shill::Sockets
34 Sockets::~Sockets() {} in ~Sockets()
42 int Sockets::Accept(int sockfd, in Accept()
48 int Sockets::AttachFilter(int sockfd, struct sock_fprog* pf) const { in AttachFilter()
52 int Sockets::Bind(int sockfd, in Bind()
58 int Sockets::BindToDevice(int sockfd, const std::string& device) const { in BindToDevice()
67 int Sockets::ReuseAddress(int sockfd) const { in ReuseAddress()
72 int Sockets::AddMulticastMembership(int sockfd, in_addr_t addr) const { in AddMulticastMembership()
79 int Sockets::Close(int fd) const { in Close()
83 int Sockets::Connect(int sockfd, in Connect()
[all …]
Dsockets.h35 class SHILL_EXPORT Sockets {
37 Sockets();
38 virtual ~Sockets();
130 DISALLOW_COPY_AND_ASSIGN(Sockets);
135 ScopedSocketCloser(Sockets* sockets, int fd);
143 Sockets* sockets_;
Dnetlink_socket.h51 class Sockets; variable
87 virtual const Sockets* sockets() const { return sockets_.get(); } in sockets()
97 std::unique_ptr<Sockets> sockets_;
Drtnl_handler.h37 class Sockets; variable
180 std::unique_ptr<Sockets> sockets_;
Dmock_sockets.h29 class MockSockets : public Sockets {
Dnetlink_socket.cc51 sockets_.reset(new Sockets); in Init()
/system/connectivity/shill/
Dasync_connection.h32 class Sockets; variable
45 Sockets* sockets,
82 Sockets* sockets_;
Dicmp.h34 class Sockets; variable
68 std::unique_ptr<Sockets> sockets_;
Deap_listener.h30 class Sockets; variable
78 std::unique_ptr<Sockets> sockets_;
Dhttp_request.h43 class Sockets; variable
66 Sockets* sockets);
122 Sockets* sockets_;
Darp_client.h28 class Sockets; variable
78 std::unique_ptr<Sockets> sockets_;
Dhttp_proxy.h40 class Sockets; variable
70 bool Start(EventDispatcher* dispatcher, Sockets* sockets);
150 Sockets* sockets_;
Ddevice_info.h47 class Sockets; variable
299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); } in set_sockets()
333 std::unique_ptr<Sockets> sockets_;
Deap_listener.cc40 sockets_(new Sockets()), in EapListener()
Dicmp.cc30 : sockets_(new Sockets()), in Icmp()
Dconnectivity_trial.h184 Sockets sockets_;
Dasync_connection.cc38 Sockets* sockets, in AsyncConnection()
Dconnection_health_checker.h199 std::unique_ptr<Sockets> socket_;
/system/connectivity/dhcp_client/
Ddevice_info.cc29 using shill::Sockets;
43 : sockets_(new Sockets()), in DeviceInfo()
Ddevice_info.h45 std::unique_ptr<shill::Sockets> sockets_;
Ddhcpv4.h96 std::unique_ptr<shill::Sockets> sockets_;
/system/connectivity/apmanager/
Dhostapd_monitor.h33 class Sockets; variable
84 std::unique_ptr<shill::Sockets> sockets_;
/system/connectivity/shill/vpn/
Dopenvpn_management_server.h34 class Sockets; variable
47 Sockets* sockets,
153 Sockets* sockets_;
Dmock_openvpn_management_server.h35 Sockets* sockets,
/system/connectivity/shill/ethernet/
Dethernet.h40 class Sockets; variable
179 std::unique_ptr<Sockets> sockets_;

12