01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Related Topics<br />

Top of list<br />

Index page<br />

Bit 5: Static route<br />

Bit 10, 11: Cloned ARP entry (e.g. ARP entry for default gateway)<br />

Bit 16: Route is up<br />

Bit 17: arpIpAddressentry is a host address, 0: network address<br />

API function GET_ARPROUTE_CACHE - Read internal ARP/Route cache table<br />

ArpUserCallbackInfo<br />

A structure of this type is passed as an input parameter to an ARP user callback handler.<br />

typedef struct ArpUserCallbackInfo<br />

{<br />

int size; // Size of this structure<br />

unsigned int dataLength; // Length of the data in the ARP package<br />

void far * dataPtr; // Pointer to the ARP data<br />

} ArpCallbackUserInfo_t;<br />

Related Topics<br />

Top of list<br />

Index page<br />

atEntry<br />

Comments<br />

ArpHeader data structure<br />

API function ARP_USER_CB - Install ARP callback function<br />

typedef struct tagAtEntry {<br />

long IfIndex; // Interface on which this entry maps<br />

unsigned char PhysAddress[11]; // Physical address of destination<br />

unsigned char PhysAddressLen; // Length of PhysAddress<br />

unsigned long NetAddress; // IP address of physical address<br />

} atEntry;<br />

These structures are only available in <strong>@CHIP</strong>-<strong>RTOS</strong> versions which contain the SNMP option. A SNMP agent is not part of<br />

the <strong>@CHIP</strong>-<strong>RTOS</strong>. But if a user is able to implement an agent based on the TCP/IP API, they need access to the internal<br />

TCP/IP SNMP variables.<br />

Related Topics<br />

Top of list<br />

Index page<br />

API function API_SNMP_GET - Get internal TCP/IP SNMP variables<br />

DevUserBuffer<br />

Page 162 / 400

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!