Does the NDK have any facility for Link Local Addressing and/or ARP on IPv4?
Ideally, I'd like a function that returns, in one shot, an IP address in the IPv4 Link Local Address range that's not in use on the local subnet. It would handle picking random addresses and querying them with ARP.
Failing that, I'd like an equivalent to SendARP() from the Win32 API; that is, given an IP address, it sends ARP queries and tells me if it found a host with that IP address.
Thanks!
Tim S.