mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
commit
f6b480ef1c
@ -531,7 +531,7 @@ impl<'a> Control<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Retrieve the list of configured multicast hardware addresses.
|
/// Retrieve the list of configured multicast hardware addresses.
|
||||||
pub async fn list_mulistcast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
|
pub async fn list_multicast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
|
||||||
let mut buf = [0; 64];
|
let mut buf = [0; 64];
|
||||||
self.get_iovar("mcast_list", &mut buf).await;
|
self.get_iovar("mcast_list", &mut buf).await;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user