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?