Examples of android native code for af_net.
ifconfig
: ioctl with SIOCGIFCONF- socket connect to kernel with
AF_NETLINK
ip neigh
: RTM_GETNEIGHip route
: RTM_GETROUTEip link
: RTM_GETLINK
References:
Examples of android native code for af_net.
ifconfig
: ioctl with SIOCGIFCONFAF_NETLINK
ip neigh
: RTM_GETNEIGHip route
: RTM_GETROUTEip link
: RTM_GETLINKReferences: