Home
last modified time | relevance | path

Searched refs:ifconf (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockio.h66 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/f-stack/freebsd/sys/
H A Dsockio.h66 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/f-stack/freebsd/net/
H A Dif.h496 struct ifconf { struct
H A Dif.c262 static int ifconf(u_long, caddr_t);
2962 error = ifconf(cmd, data); in ifioctl()
2969 struct ifconf ifc; in ifioctl()
2975 error = ifconf(SIOCGIFCONF, (void *)&ifc); in ifioctl()
3200 ifconf(u_long cmd, caddr_t data) in ifconf() function
3202 struct ifconf *ifc = (struct ifconf *)data; in ifconf()
/f-stack/tools/compat/include/net/
H A Dif.h482 struct ifconf { struct
/f-stack/tools/arp/
H A Darp.c858 struct ifconf ifc; in get_ether_addr()