tfDelProxyArpEntry
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| int tfDelProxyArpEntry | (ttUserIpAddress arpIpAddress); |
Function Description
This function deletes an entry from the Proxy ARP table for the given IP address. arpIpAddress is expected to be in network byte order.
Parameters
- arpIpAddress
- IP address on behalf of which the system will stop replying to ARP requests.
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- arpIpAddress is invalid.
- TM_ENOENT
- Entry was not in the proxy ARP table.