Searched refs:SIOCSIFFLAGS (Results 1 – 19 of 19) sorted by relevance
| /xnu-8796.101.5/tests/ |
| H A D | ioc_str.h | 90 X(SIOCSIFFLAGS) \
|
| H A D | sioc-if-addr-bounds.c | 116 T_ASSERT_POSIX_SUCCESS(ioctl(s, SIOCSIFFLAGS, &ifr), in ifnet_set_flags()
|
| H A D | net_bridge.c | 3158 T_ASSERT_POSIX_SUCCESS(ioctl(s, SIOCSIFFLAGS, &ifr), in ifnet_set_flags()
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | ether_inet6_pr_module.c | 235 ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in ether_inet6_prmod_ioctl()
|
| H A D | if_pflog.c | 260 case SIOCSIFFLAGS: in pflogioctl()
|
| H A D | ether_inet_pr_module.c | 336 ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in ether_inet_prmod_ioctl()
|
| H A D | if_loop.c | 559 case SIOCSIFFLAGS: /* struct ifreq */ in lo_ioctl()
|
| H A D | if_vlan.c | 1459 (void)ifnet_ioctl(p, 0, SIOCSIFFLAGS, (caddr_t)NULL); in vlan_config() 1965 case SIOCSIFFLAGS: in vlan_ioctl()
|
| H A D | if_gif.c | 974 case SIOCSIFFLAGS: in gif_ioctl()
|
| H A D | if.c | 3070 case SIOCSIFFLAGS: /* struct ifreq */ in ifioctl() 3510 case SIOCSIFFLAGS: in ifioctl_ifreq() 4422 error = ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in ifnet_set_promiscuous() 4613 error = ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in if_allmulti() 5893 case SIOCSIFFLAGS: in ifioctl_cassert()
|
| H A D | if_headless.c | 1434 case SIOCSIFFLAGS: in headless_ioctl()
|
| H A D | if_bond.c | 2215 error = ifnet_ioctl(port_ifp, 0, SIOCSIFFLAGS, NULL); in bond_add_interface() 3148 case SIOCSIFFLAGS: in bond_ioctl()
|
| H A D | if_fake.c | 3730 case SIOCSIFFLAGS: in feth_ioctl()
|
| H A D | if_utun.c | 2833 case SIOCSIFFLAGS: in utun_ioctl()
|
| H A D | if_ipsec.c | 4037 case SIOCSIFFLAGS: in ipsec_ioctl()
|
| H A D | dlil.c | 1799 (void) ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in if_proto_free() 8335 (void) ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in dlil_handle_proto_attach()
|
| H A D | if_bridge.c | 1885 case SIOCSIFFLAGS: in bridge_ioctl()
|
| /xnu-8796.101.5/bsd/sys/ |
| H A D | sockio.h | 91 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */ macro
|
| /xnu-8796.101.5/bsd/kern/ |
| H A D | netboot.c | 613 error = ifioctl(so, SIOCSIFFLAGS, (caddr_t)&ifr, procp); in netboot_mountroot()
|