tfAddProxyArpEntry

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


int tfAddProxyArpEntry (ttUserIpAddress arpIpAddress);


Function Description

Add an entry to 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 reply to ARP requests.


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Bad parameter (0 IP address parameter).
  • TM_EALREADY
    Entry already in proxy ARP table.
  • TM_ENOBUFS
    Couldn't allocate proxy ARP entry.


Table of Contents >> Programmer's Reference