Home
last modified time | relevance | path

Searched refs:SetMulticastPromisc (Results 1 – 1 of 1) sorted by relevance

/system/utest/ethernet/
A Dethernet.cpp292 zx_status_t SetMulticastPromisc(bool on) { in SetMulticastPromisc() function in __anonc51515c10111::EthernetClient
770 clientA.SetMulticastPromisc(true); in EthernetSetMulticastPromiscMultiClientTest()
774 clientA.SetMulticastPromisc(true); // It was already requested by A. in EthernetSetMulticastPromiscMultiClientTest()
775 clientB.SetMulticastPromisc(true); in EthernetSetMulticastPromiscMultiClientTest()
776 clientA.SetMulticastPromisc(false); // A should now not want it, but B still does. in EthernetSetMulticastPromiscMultiClientTest()
780 clientB.SetMulticastPromisc(false); in EthernetSetMulticastPromiscMultiClientTest()

Completed in 6 milliseconds