SetTxPacketHeadroom
Reserves the specified number of bytes at the front of each packet.
Declaration
kern_return_t SetTxPacketHeadroom(uint16_t numBytes);Parameters
- numBytes:
The number of bytes to reserve at the front of the packet buffer.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.