ifconf
struct ifconf ifc;
struct ifconf ifc;
int ifconf(caddr_t);
return (ifconf(data));
struct ifconf *ifc = (struct ifconf *)data;
#define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */