Searched refs:NetlinkInterface (Results 1 – 4 of 4) sorted by relevance
285 int applyCmd(NetlinkInterface& interface, const NetlinkCommand& cmd, in applyCmd()436 NetlinkInterface::NetlinkInterface(int ifindex) : ifindex(ifindex) {} in NetlinkInterface() function in phosphor::network::ncsi::NetlinkInterface438 std::string NetlinkInterface::toString() in toString()443 std::optional<NCSIResponse> NetlinkInterface::sendCommand(NCSICommand& cmd) in sendCommand()465 int NetlinkInterface::setChannel(int package, int channel) in setChannel()475 int NetlinkInterface::clearInterface() in clearInterface()483 std::optional<InterfaceInfo> NetlinkInterface::getInfo(int package) in getInfo()508 int NetlinkInterface::setPackageMask(unsigned int mask) in setPackageMask()521 int NetlinkInterface::setChannelMask(int package, unsigned int mask) in setChannelMask()
101 struct NetlinkInterface : Interface struct151 NetlinkInterface(int ifindex);
95 NetlinkInterface interface(indexInt); in main()
307 opts.interface = std::make_unique<NetlinkInterface>(*interface); in parseGlobalOptions()