Searched refs:ifPath (Results 1 – 2 of 2) sorted by relevance
114 if (params.ifPath.empty() && !vlan && ethernet) in maybeGetChannelParams()116 params.ifPath = path; in maybeGetChannelParams()126 if (params.ifPath.empty()) in maybeGetChannelParams()133 params.logicalPath = params.ifPath; in maybeGetChannelParams()179 auto prop = getDbusProperty(bus, params.service, params.ifPath, INTF_MAC, in getMACProperty()193 setDbusProperty(bus, params.service, params.ifPath, INTF_MAC, "MACAddress", in setMACProperty()463 if (params.ifPath == params.logicalPath) in getVLANProperty()504 params.logicalPath = params.ifPath; in deconfigureChannel()
55 std::string ifPath; member