Home
last modified time | relevance | path

Searched refs:OSIOCGIFCONF (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/sys/
H A Dsockio.h38 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */ macro
/original-bsd/libexec/rbootd/
H A Dbpf.c215 #ifdef OSIOCGIFCONF
216 if (ioctl(fd, OSIOCGIFCONF, (char *)&ifc) < 0 ||
/original-bsd/sys/net/
H A Dif.c446 case OSIOCGIFCONF:
594 if (cmd == OSIOCGIFCONF) {