fn receiveFilters(self: *const SimpleNetworkProtocol, enable: SimpleNetworkReceiveFilter, disable: SimpleNetworkReceiveFilter, reset_mcast_filter: bool, mcast_filter_cnt: usize, mcast_filter: ?[*]const MacAddress) Status

Manages the multicast receive filters of a network interface.

Parameters

self: *const SimpleNetworkProtocol,
reset_mcast_filter: bool,
mcast_filter_cnt: usize,
mcast_filter: ?[*]const MacAddress,