tfNgDelArpEntryByPhysAddr
Table of Contents >> IPv6 Programmer's Reference
| #include <trsocket.h> |
| int tfNgDelArpEntryByIpAddr | ( |
| int addrFamily, | |
| const ttUser8Bit * physAddrPtr, | |
| int physAddrLen | |
| ); |
Function Description
Next Generation API replaces tfDelArpEntryByPhysAddr().
Parameters
- addrFamily
- Set to AF_INET if you want to delete an entry from the IPv4 ARP Cache, AF_INET6 if you want to delete an entry from the IPv6 Neighbor Cache.
- physAddrPtr
- The physical address to delete in the ARP cache.
- physAddrLen
- The length of the physical address.
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Bad parameter.