Searched refs:SIOCGIFFLAGS (Results 1 – 15 of 15) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | net_iface_mock.cpp | 42 case SIOCGIFFLAGS: in ioctl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 60 #define SIOCGIFFLAGS 0x8913 /* get flags */ macro
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | eth-raw-os.c | 49 ret = ioctl(fd, SIOCGIFFLAGS, &ifr); in sandbox_eth_raw_os_is_local() 125 if (ioctl(priv->sd, SIOCGIFFLAGS, &ifr) < 0) { in _raw_packet_start()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_iface.cpp | 67 int ret = ioctl_sock(sockfd, SIOCGIFFLAGS, &ifr); in mod_sock_flags()
|
H A D | net_config.cpp | 167 call_nic(fd, ifr, SIOCGIFFLAGS); in set_mac_addr()
|
/openbmc/phosphor-networkd/src/ |
H A D | system_queries.cpp | 107 ifreq ifr = executeIFReq(ifname, SIOCGIFFLAGS); in setNICUp()
|
/openbmc/linux/net/core/ |
H A D | dev_ioctl.c | 147 case SIOCGIFFLAGS: /* Get interface flags */ in dev_ifsioc_locked() 705 case SIOCGIFFLAGS: in dev_ioctl()
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 165 if (request == SIOCGIFFLAGS) in ioctl()
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 426 if (ioctl(ctlfd, SIOCGIFFLAGS, &ifr) == -1) { in main()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 492 ret = ioctl(sk, SIOCGIFFLAGS, &ifr); in ifup()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1637 SIOCGIFFLAGS = 0x8913 1665 flags = struct.unpack_from('@h', netdev_req(fd, SIOCGIFFLAGS))[0]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 268 * SIOCGIFCONF, SIOCGIFINDEX, SIOCGIFNAME, SIOCGIFFLAGS
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 337 IOCTL(SIOCGIFFLAGS, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_short_ifreq))) in IOCTL()
|
/openbmc/linux/net/ |
H A D | socket.c | 3467 case SIOCGIFFLAGS: in compat_sock_ioctl_trans()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 186 +pub const SIOCGIFFLAGS: u32 = 35091;
|