Searched refs:SIOCSIFFLAGS (Results 1 – 15 of 15) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | net_iface_mock.cpp | 45 case SIOCSIFFLAGS: in ioctl()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 182 call_nic(fd, ifr, SIOCSIFFLAGS); in set_mac_addr() 193 call_nic(fd, ifr, SIOCSIFFLAGS); in set_mac_addr()
|
H A D | net_iface.cpp | 81 return ioctl_sock(sockfd, SIOCSIFFLAGS, &ifr); in mod_sock_flags()
|
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 61 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
|
/openbmc/phosphor-networkd/src/ |
H A D | system_queries.cpp | 112 getIFSock().ioctl(SIOCSIFFLAGS, &ifr); in setNICUp()
|
/openbmc/linux/net/core/ |
H A D | dev_ioctl.c | 528 case SIOCSIFFLAGS: /* Set interface flags */ in dev_ifsioc() 763 case SIOCSIFFLAGS: in dev_ioctl()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | eth-raw-os.c | 131 if (ioctl(priv->sd, SIOCSIFFLAGS, &ifr) < 0) { in _raw_packet_start()
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 434 if (ioctl(ctlfd, SIOCSIFFLAGS, &ifr) == -1) { in main()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 499 ret = ioctl(sk, SIOCSIFFLAGS, &ifr); in ifup()
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 1081 case SIOCSIFFLAGS: in devinet_ioctl() 1144 if (!ifa && cmd != SIOCSIFADDR && cmd != SIOCSIFFLAGS) in devinet_ioctl() 1168 case SIOCSIFFLAGS: in devinet_ioctl()
|
H A D | af_inet.c | 997 case SIOCSIFFLAGS: in inet_ioctl()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1664 SIOCSIFFLAGS = 0x8914 1693 netdev_req(fd, SIOCSIFFLAGS, struct.pack('@h', flags))
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 338 IOCTL(SIOCSIFFLAGS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_short_ifreq))) in IOCTL()
|
/openbmc/linux/net/ |
H A D | socket.c | 3468 case SIOCSIFFLAGS: in compat_sock_ioctl_trans()
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 4326 case SIOCSIFFLAGS: in packet_ioctl()
|