Searched refs:getEtherMulticastAddresses (Results 1 – 3 of 3) sorted by relevance
213 public static List<MacAddress> getEtherMulticastAddresses(@NonNull String ifname) { in getEtherMulticastAddresses() method in ProcfsParsingUtils
503 public List<byte[]> getEtherMulticastAddresses(@NonNull String ifname) { in getEtherMulticastAddresses() method in ApfFilter.Dependencies505 ProcfsParsingUtils.getEtherMulticastAddresses(ifname); in getEtherMulticastAddresses()1837 addresses.addAll(mDependencies.getEtherMulticastAddresses(mInterfaceParams.name)); in getKnownMacAddresses()
173 `when`(dependencies.getEtherMulticastAddresses(any())).thenReturn(hostMulticastMacAddresses) in setUp()