Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev_ioctl.c38 int dev_ifconf(struct net *net, struct ifconf __user *uifc) in dev_ifconf()
56 struct ifconf ifc; in dev_ifconf()
58 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf))) in dev_ifconf()
/openbmc/linux/include/uapi/linux/
H A Dif.h286 struct ifconf { struct
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0014-add-if_nameindex-from-musl.patch73 + struct ifconf conf;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch87 struct ifconf ifc;
/openbmc/qemu/linux-user/
H A Dsyscall_types.h48 STRUCT(ifconf,
H A Dsyscall.c4737 struct ifconf *host_ifconf; in do_ioctl_ifconf()
4762 host_ifconf = (struct ifconf *)(unsigned long)buf_temp; in do_ioctl_ifconf()
/openbmc/linux/include/linux/
H A Dnetdevice.h3951 int dev_ifconf(struct net *net, struct ifconf __user *ifc);