/system/connectivity/shill/net/ |
D | sockets.cc | 32 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 …]
|
D | 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_;
|
D | netlink_socket.h | 51 class Sockets; variable 87 virtual const Sockets* sockets() const { return sockets_.get(); } in sockets() 97 std::unique_ptr<Sockets> sockets_;
|
D | rtnl_handler.h | 37 class Sockets; variable 180 std::unique_ptr<Sockets> sockets_;
|
D | mock_sockets.h | 29 class MockSockets : public Sockets {
|
D | netlink_socket.cc | 51 sockets_.reset(new Sockets); in Init()
|
/system/connectivity/shill/ |
D | async_connection.h | 32 class Sockets; variable 45 Sockets* sockets, 82 Sockets* sockets_;
|
D | icmp.h | 34 class Sockets; variable 68 std::unique_ptr<Sockets> sockets_;
|
D | eap_listener.h | 30 class Sockets; variable 78 std::unique_ptr<Sockets> sockets_;
|
D | http_request.h | 43 class Sockets; variable 66 Sockets* sockets); 122 Sockets* sockets_;
|
D | arp_client.h | 28 class Sockets; variable 78 std::unique_ptr<Sockets> sockets_;
|
D | http_proxy.h | 40 class Sockets; variable 70 bool Start(EventDispatcher* dispatcher, Sockets* sockets); 150 Sockets* sockets_;
|
D | device_info.h | 47 class Sockets; variable 299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); } in set_sockets() 333 std::unique_ptr<Sockets> sockets_;
|
D | eap_listener.cc | 40 sockets_(new Sockets()), in EapListener()
|
D | icmp.cc | 30 : sockets_(new Sockets()), in Icmp()
|
D | connectivity_trial.h | 184 Sockets sockets_;
|
D | async_connection.cc | 38 Sockets* sockets, in AsyncConnection()
|
D | connection_health_checker.h | 199 std::unique_ptr<Sockets> socket_;
|
/system/connectivity/dhcp_client/ |
D | device_info.cc | 29 using shill::Sockets; 43 : sockets_(new Sockets()), in DeviceInfo()
|
D | device_info.h | 45 std::unique_ptr<shill::Sockets> sockets_;
|
D | dhcpv4.h | 96 std::unique_ptr<shill::Sockets> sockets_;
|
/system/connectivity/apmanager/ |
D | hostapd_monitor.h | 33 class Sockets; variable 84 std::unique_ptr<shill::Sockets> sockets_;
|
/system/connectivity/shill/vpn/ |
D | openvpn_management_server.h | 34 class Sockets; variable 47 Sockets* sockets, 153 Sockets* sockets_;
|
D | mock_openvpn_management_server.h | 35 Sockets* sockets,
|
/system/connectivity/shill/ethernet/ |
D | ethernet.h | 40 class Sockets; variable 179 std::unique_ptr<Sockets> sockets_;
|