C
BOOL ARPSendPkt( DWORD SrcIPAddr, DWORD DestIPAddr, BYTE op_req );
Description
following is the workaround algorithm for the 11Mbps broadcast bugfix
This function transmits and ARP request/reply to determine the hardware address of a given IP address (or) Announce self-address to all nodes in network. Extended for zeroconf protocol.
Preconditions
ARP packet is ready in the MAC buffer.
Parameters
Returns
TRUE - The ARP packet was generated properly FALSE - Not possible return value
Remarks
This API is to give control over AR-packet to external modules.