ARP.h File Reference
Detailed Description
ARP Module Defs for Microchip TCP/IP Stack.
- Dependencies: Stacktsk.h MAC.h
- Processor: PIC18, PIC24F, PIC24H, dsPIC30F, dsPIC33F, PIC32MX
- Compiler: Microchip C32 v1.00 or higher Microchip C30 v3.01 or higher Microchip C18 v3.13 or higher HI-TECH PICC-18 STD 9.50PL3 or higher
- Company: Microchip Technology, Inc.
See the Microchip License Agreement for more details.
- Modifications to the original file
- Removed preprocessor macro STACK_CLIENT_MODE as always defined.
- Added doxygen comments to the function prototypes.
|
Functions |
void | ARPResolve (IP_ADDR *IPAddr) |
| Transmits an ARP request to resolve an IP address.
|
BOOL | ARPIsResolved (IP_ADDR *IPAddr, MAC_ADDR *MACAddr) |
| Determines if an ARP request has been resolved yet.
|
void | ARPFlush (void) |
| Flushes the ARP cache.
|