Contents

getPacketFilters(UInt32 *)

Gets the set of packet filters supported by the Ethernet controller in the network filter group.

Declaration

virtual IOReturn getPacketFilters(
 UInt32 *filters) const;

Parameters

  • filters:

    Pointer to the return value containing a mask of supported filters.

Return Value

Returns kIOReturnSuccess. Drivers that override this method must return kIOReturnSuccess to indicate success, or an error return code otherwise.

See Also

Miscellaneous