join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::InterfaceManager Member List

This is the complete list of members for join::InterfaceManager, including all inherited members.

_bufferjoin::NetlinkManagerprotected
_bufferSizejoin::NetlinkManagerprotectedstatic
_pendingjoin::NetlinkManagerprotected
_reactorjoin::NetlinkManagerprotected
_seqjoin::NetlinkManagerprotected
_syncMutexjoin::NetlinkManagerprotected
addAddressListener(const AddressNotify &cb)join::InterfaceManager
addAttributes(struct nlmsghdr *nlh, int type, const void *data, int alen)join::NetlinkManagerprotectedstatic
addLinkListener(const LinkNotify &cb)join::InterfaceManager
AddressNotify typedefjoin::InterfaceManager
addRouteListener(const RouteNotify &cb)join::InterfaceManager
createBridgeInterface(const std::string &interfaceName, bool sync=false)join::InterfaceManager
createDummyInterface(const std::string &interfaceName, bool sync=false)join::InterfaceManager
createGreInterface(const std::string &tunnelName, uint32_t parentIndex, const IpAddress &localAddress, const IpAddress &remoteAddress, const uint32_t *ikey=nullptr, const uint32_t *okey=nullptr, uint8_t ttl=64, bool sync=false)join::InterfaceManager
createGreInterface(const std::string &tunnelName, const std::string &parentName, const IpAddress &localAddress, const IpAddress &remoteAddress, const uint32_t *ikey=nullptr, const uint32_t *okey=nullptr, uint8_t ttl=64, bool sync=false)join::InterfaceManager
createVethInterface(const std::string &hostName, const std::string &peerName, pid_t *pid=nullptr, bool sync=false)join::InterfaceManager
createVlanInterface(const std::string &interfaceName, uint32_t parentIndex, uint16_t id, uint16_t proto=ETH_P_8021Q, bool sync=false)join::InterfaceManager
createVlanInterface(const std::string &interfaceName, const std::string &parentName, uint16_t id, uint16_t proto=ETH_P_8021Q, bool sync=false)join::InterfaceManager
enumerate()join::InterfaceManager
findByIndex(uint32_t interfaceIndex)join::InterfaceManager
findByName(const std::string &interfaceName)join::InterfaceManager
instance()join::InterfaceManagerstatic
Interface classjoin::InterfaceManagerfriend
InterfaceManager(Reactor *reactor=nullptr)join::InterfaceManager
InterfaceManager(const InterfaceManager &other)=deletejoin::InterfaceManager
InterfaceManager(InterfaceManager &&other)=deletejoin::InterfaceManager
LinkNotify typedefjoin::InterfaceManager
NetlinkManager(uint32_t groups, Reactor *reactor=nullptr)join::NetlinkManager
NetlinkManager(const NetlinkManager &)=deletejoin::NetlinkManager
NetlinkManager(NetlinkManager &&)=deletejoin::NetlinkManager
notifyRequest(uint32_t seq, int error=0)join::NetlinkManagerprotected
onReceive(int fd) override finaljoin::NetlinkManagerprotectedvirtual
operator=(const InterfaceManager &other)=deletejoin::InterfaceManager
operator=(InterfaceManager &&other)=deletejoin::InterfaceManager
join::NetlinkManager::operator=(const NetlinkManager &)=deletejoin::NetlinkManager
join::NetlinkManager::operator=(NetlinkManager &&)=deletejoin::NetlinkManager
join::BasicDatagramSocket::operator=(const BasicDatagramSocket &other)=deletejoin::BasicDatagramSocket< Protocol >
join::BasicDatagramSocket::operator=(BasicDatagramSocket &&other)join::BasicDatagramSocket< Protocol >inline
join::BasicSocket::operator=(const BasicSocket &other)=deletejoin::BasicSocket< Protocol >
join::BasicSocket::operator=(BasicSocket &&other)join::BasicSocket< Protocol >inline
join::EventHandler::operator=(const EventHandler &other)=defaultjoin::EventHandler
join::EventHandler::operator=(EventHandler &&other)=defaultjoin::EventHandler
reactor() const noexceptjoin::NetlinkManager
refresh()join::InterfaceManager
removeAddressListener(uint64_t id)join::InterfaceManager
removeInterface(uint32_t interfaceIndex, bool sync=false)join::InterfaceManager
removeInterface(const std::string &interfaceName, bool sync=false)join::InterfaceManager
removeLinkListener(uint64_t id)join::InterfaceManager
removeRouteListener(uint64_t id)join::InterfaceManager
RouteNotify typedefjoin::InterfaceManager
sendRequest(struct nlmsghdr *nlh, bool sync, std::chrono::milliseconds timeout=std::chrono::seconds(5))join::NetlinkManagerprotected
start()join::NetlinkManagerprotected
startNestedAttributes(struct nlmsghdr *nlh, int type)join::NetlinkManagerprotectedstatic
stop()join::NetlinkManagerprotected
stopNestedAttributes(struct nlmsghdr *nlh, struct rtattr *nested)join::NetlinkManagerprotectedstatic
updateValue(T &oldVal, const T &newVal, Flag changed)join::NetlinkManagerinlineprotectedstatic
waitResponse(ScopedLock< Mutex > &lock, uint32_t seq, std::chrono::duration< Rep, Period > timeout)join::NetlinkManagerinlineprotected
~InterfaceManager()join::InterfaceManager
~NetlinkManager()=defaultjoin::NetlinkManagervirtual