Home
last modified time | relevance | path

Searched refs:SIOCGIFCONF (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dsockios.h35 #define SIOCGIFCONF 0x8912 /* get iface list */ macro
/linux-4.1.27/net/core/
Ddev_ioctl.c404 if (cmd == SIOCGIFCONF) { in dev_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c174 rc = libcfs_sock_ioctl(SIOCGIFCONF, (unsigned long)&ifc); in libcfs_ipif_enumerate()
/linux-4.1.27/Documentation/networking/
Ddecnet.txt27 Don't turn on SIOCGIFCONF support for DECnet unless you are really sure
/linux-4.1.27/net/
Dsocket.c2646 err = dev_ioctl(net, SIOCGIFCONF, uifc); in dev_ifconf()
3069 case SIOCGIFCONF: in compat_sock_ioctl_trans()