The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.
This commit ports FreeBSD `route` to F-Stack, can be used to set the route table.
Changes: Remove directory `ipc`, and add a new directory `compat`. Directory `compat` includes some FreeBSD source files to be compatible with Linux. Port FreeBSD ifconfig to F-Stack.