typedef UInt32 (OSObject::*IONetworkAction)(void * arg0, void * arg1, void * arg2, void * arg3);
Prototype for an action passed to syncRequest().
Name Description arg0 Action argument. arg1 Action argument. arg2 Action argument. arg3 Action argument.
typedef struct { UInt32 alignStart; UInt32 alignLength; UInt32 maxLength; } IOPacketBufferConstraints;
Constraint parameters used by allocatePacket() to align the memory buffer associated with a mbuf.
Name Description alignStart Alignment for the buffer's starting address. alignLength Buffer length alignment. maxLength Maximum buffer size (not implemented).
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)