enum IOEnetMulticastMode { kIOEnetMulticastModeOff, kIOEnetMulticastModeFilter, kIOEnetMulticastModeAll };
The value passed to the setMulticastMode() method to change the multicast mode.
Name Description kIOEnetMulticastModeOff Turn off multicast filter. kIOEnetMulticastModeFilter Enable multicast filter. kIOEnetMulticastModeAll Receive all multicast frames.
enum IOEnetPromiscuousMode { kIOEnetPromiscuousModeOff, kIOEnetPromiscuousModeOn, kIOEnetPromiscuousModeAll };
The value passed to the setPromiscuousMode() method to change the promiscuous mode.
Name Description kIOEnetPromiscuousModeOff Turn off promiscuous mode. kIOEnetPromiscuousModeOn Receive all good frames. kIOEnetPromiscuousModeAll Receive all frames.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)