C
static BOOL ARPPut( ARP_PACKET* packet );
Description
Writes an ARP packet to the MAC.
Preconditions
None
Parameters
Parameters |
Description |
packet |
A pointer to an ARP_PACKET structure with correct operation and target preconfigured. |
Return Values
Return Values |
Description |
TRUE |
The ARP packet was generated properly |
FALSE |
Not a possible return value |