Searched defs:Network (Results 1 - 2 of 2) sorted by path

/system/netd/server/
H A DNetwork.cpp17 #include "Network.h"
22 Network::~Network() {
28 unsigned Network::getNetId() const {
32 bool Network::hasInterface(const std::string& interface) const {
36 const std::set<std::string>& Network::getInterfaces() const {
40 int Network::clearInterfaces() {
52 Network::Network(unsigned netId) : mNetId(netId) { function in class:Network
H A DNetwork.h25 // A Network represents a collection of interfaces participating as a single administrative unit.
26 class Network { class
37 virtual ~Network();
51 explicit Network(unsigned netId);

Completed in 60 milliseconds