getMaxPacketSize
Gets the maximum packet size supported by the Ethernet controller, including the frame header and FCS.
Declaration
virtual IOReturn getMaxPacketSize(
UInt32 *maxSize) const;Parameters
- maxSize:
Pointer to the return value.
Return Value
Returns kIOReturnSuccess on success, or an error code otherwise.
See Also
Miscellaneous
createInterfacedisablePacketFilterenablePacketFilterfreegetHardwareAddress(IOEthernetAddress *)getHardwareAddress(void *, UInt32 *)getMinPacketSizegetPacketFilters(const OSSymbol *, UInt32 *)getPacketFilters(UInt32 *)getVlanTagDemandinitinitializepublishPropertiessetHardwareAddress(const IOEthernetAddress *)setHardwareAddress(const void *, UInt32)setMulticastListsetMulticastModesetPromiscuousModesetVlanTagsetWakeOnMagicPacket