This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2: IPv6 API header file

Part Number: TDA2


Tool/software: TI-RTOS

Hello,

When including the IPv6 support I am getting errorfor missing prototype for IPv6 interface functions. I have included netmain.h, servers.h & console.h.

# Compiling tda3xx-evm:ipu1_1:release:utils_common: ndk/ndk_nsp_hooks.c

"ndk/ndk_nsp_hooks.c", line 807: error: function "IPv6InterfaceInit" declared implicitly
"ndk/ndk_nsp_hooks.c", line 858: error: function "IPv6InterfaceDeInit" declared implicitly

Including ti/ndk/inc/stack/inc/ip6if.h causes variable undefined errors.

error: identifier "IPV6HDR" is undefined

error: identifier "PSEUDOV6" is undefined

Which header file contains the prototypes for IPv6 APIs?