I have old code using earlier versions of NDK that calls the functions EtherAddMCast, EtherDelMCast and EtherClearMCast.
Writing new code, I want to reuse as much as possible from the old code, but I get "undefined symbol" errors when linking my program.
I can see in the NDK Reference Guide (SPRU524H) that these functions are mentioned in the appendix A, "Internal Stack Funcions", but how do I reach them?
Is there a lib I can link to my program?
Thanks.