Home
last modified time | relevance | path

Searched refs:SIOCSIFFLAGS (Results 1 – 15 of 15) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnet_iface_mock.cpp45 case SIOCSIFFLAGS: in ioctl()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp182 call_nic(fd, ifr, SIOCSIFFLAGS); in set_mac_addr()
193 call_nic(fd, ifr, SIOCSIFFLAGS); in set_mac_addr()
H A Dnet_iface.cpp81 return ioctl_sock(sockfd, SIOCSIFFLAGS, &ifr); in mod_sock_flags()
/openbmc/linux/include/uapi/linux/
H A Dsockios.h61 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp112 getIFSock().ioctl(SIOCSIFFLAGS, &ifr); in setNICUp()
/openbmc/linux/net/core/
H A Ddev_ioctl.c528 case SIOCSIFFLAGS: /* Set interface flags */ in dev_ifsioc()
763 case SIOCSIFFLAGS: in dev_ioctl()
/openbmc/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c131 if (ioctl(priv->sd, SIOCSIFFLAGS, &ifr) < 0) { in _raw_packet_start()
/openbmc/qemu/
H A Dqemu-bridge-helper.c434 if (ioctl(ctlfd, SIOCSIFFLAGS, &ifr) == -1) { in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c499 ret = ioctl(sk, SIOCSIFFLAGS, &ifr); in ifup()
/openbmc/linux/net/ipv4/
H A Ddevinet.c1081 case SIOCSIFFLAGS: in devinet_ioctl()
1144 if (!ifa && cmd != SIOCSIFADDR && cmd != SIOCSIFFLAGS) in devinet_ioctl()
1168 case SIOCSIFFLAGS: in devinet_ioctl()
H A Daf_inet.c997 case SIOCSIFFLAGS: in inet_ioctl()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1664 SIOCSIFFLAGS = 0x8914
1693 netdev_req(fd, SIOCSIFFLAGS, struct.pack('@h', flags))
/openbmc/qemu/linux-user/
H A Dioctls.h338 IOCTL(SIOCSIFFLAGS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_short_ifreq))) in IOCTL()
/openbmc/linux/net/
H A Dsocket.c3468 case SIOCSIFFLAGS: in compat_sock_ioctl_trans()
/openbmc/linux/net/packet/
H A Daf_packet.c4326 case SIOCSIFFLAGS: in packet_ioctl()