Searched refs:EthInfo (Results 1 – 2 of 2) sorted by relevance
11 struct EthInfo struct16 EthInfo getEthInfo(stdplus::zstring_view ifname);
84 EthInfo getEthInfo(stdplus::zstring_view ifname) in getEthInfo()91 return EthInfo{.autoneg = edata.autoneg != 0, in getEthInfo()95 .value_or(EthInfo{}); in getEthInfo()