tfAddArpEntry

Jump to: navigation, search

Table of Contents >> Programmer's Reference

Note Note: The content on this page has been deprecated.
For the new content, please see tfNgAddArpEntry().


#include <trsocket.h>



int tfAddArpEntry (
ttUserInterface interfaceHandle,
ttUserIpAddress arpIpAddress,
char * physAddrPtr
);
Conditional parameter. See details in Parameters below.


Function Description

This function is to used add an entry to the ARP cache. This function will allow the user to manipulate the ARP cache beyond standard means. Normally the TCP/IP stack maintains the ARP cache.


Parameters


Returns

  • TM_ENOERROR
    Success
  • TM_EINVAL
    Bad parameter


Table of Contents >> Programmer's Reference