![Texas TMS320C6000 Programmer'S Reference Manual Download Page 135](http://html.mh-extra.com/html/texas/tms320c6000/tms320c6000_programmers-reference-manual_1093844135.webp)
A-1
Appendix A
Internal Stack Functions
In the source code to the network control functions there are several calls to
internal stack functions. This is similar to calling the kernel in other operating
environments. This section contains a partial list of internal stack functions
provided to aid in the comprehension of kernel oriented calls.
There are two points the reader should keep in mind while browsing this sec-
tion:
1) This section is required only for system programmers who need low level
access to the stack for configuration and monitoring. This API does not
apply to general sockets application programming.
2) In addition to the internal functions described here, there are scheduling
and configurations tools available that make any direct coding to these
functions unnecessary.
Topic
Page
A.1
Overview
A.2
Stack Executive (Exec)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.3
Packet (Pkt) Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.4
Packet Fragment (Frag) Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.5
Link Layer Address (LLA) Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.6
Link Layer Information (LLI) Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.7
Interface (IF) Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.8
Ether Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.9
Binding Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.10 Timer Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.11 Route Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.12 Route Control Object
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.13 Configuring the Stack
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.14 Network Address Translation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
A.15 Obtaining Stack Statistics
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Appendix A