Using NDK, several function calls contain what might be "key" to assigning a secondary IP address to the Ethernet Interface created with the NDK.
1) CfgAddEntry(....), allows a Interface index or Number to be referenced.
2) setsockopt(...), has options that suggest the reuse of local IP addresses.
If anyone has tried to create an "aliasing" feature using these or other configuration details ....I would be interested....
I previewed the libraries and don't find any references to "aliasing" or even perhaps linked lists of IP addresses that are assigned to an single interface.
Any suggestions?