Enumerations



IOEnetMulticastMode

enum  IOEnetMulticastMode  {
  kIOEnetMulticastModeOff,
  kIOEnetMulticastModeFilter,
  kIOEnetMulticastModeAll
};

The value passed to the setMulticastMode() method to change the multicast mode.

Constants

NameDescription
kIOEnetMulticastModeOffTurn off multicast filter.
kIOEnetMulticastModeFilterEnable multicast filter.
kIOEnetMulticastModeAllReceive all multicast frames.

IOEnetPromiscuousMode

enum  IOEnetPromiscuousMode  {
  kIOEnetPromiscuousModeOff,
  kIOEnetPromiscuousModeOn,
  kIOEnetPromiscuousModeAll
};

The value passed to the setPromiscuousMode() method to change the promiscuous mode.

Constants

NameDescription
kIOEnetPromiscuousModeOffTurn off promiscuous mode.
kIOEnetPromiscuousModeOnReceive all good frames.
kIOEnetPromiscuousModeAllReceive all frames.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)