Searched refs:SIOCSIFFLAGS (Results 1 – 19 of 19) sorted by relevance
| /xnu-8020.101.4/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 | 3157 T_ASSERT_POSIX_SUCCESS(ioctl(s, SIOCSIFFLAGS, &ifr), in ifnet_set_flags()
|
| /xnu-8020.101.4/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 | 264 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 | 1461 (void)ifnet_ioctl(p, 0, SIOCSIFFLAGS, (caddr_t)NULL); in vlan_config() 1967 case SIOCSIFFLAGS: in vlan_ioctl()
|
| H A D | if_gif.c | 980 case SIOCSIFFLAGS: in gif_ioctl()
|
| H A D | if.c | 2999 case SIOCSIFFLAGS: /* struct ifreq */ in ifioctl() 3439 case SIOCSIFFLAGS: in ifioctl_ifreq() 4331 error = ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in ifnet_set_promiscuous() 4515 error = ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in if_allmulti() 5789 case SIOCSIFFLAGS: in ifioctl_cassert()
|
| H A D | if_headless.c | 1441 case SIOCSIFFLAGS: in headless_ioctl()
|
| H A D | if_bond.c | 2221 error = ifnet_ioctl(port_ifp, 0, SIOCSIFFLAGS, NULL); in bond_add_interface() 3154 case SIOCSIFFLAGS: in bond_ioctl()
|
| H A D | if_fake.c | 3457 case SIOCSIFFLAGS: in feth_ioctl()
|
| H A D | if_utun.c | 2834 case SIOCSIFFLAGS: in utun_ioctl()
|
| H A D | if_ipsec.c | 4030 case SIOCSIFFLAGS: in ipsec_ioctl()
|
| H A D | dlil.c | 1732 (void) ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in if_proto_free() 8108 (void) ifnet_ioctl(ifp, 0, SIOCSIFFLAGS, NULL); in dlil_handle_proto_attach()
|
| H A D | if_bridge.c | 1837 case SIOCSIFFLAGS: in bridge_ioctl()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | sockio.h | 91 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */ macro
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | netboot.c | 655 error = ifioctl(so, SIOCSIFFLAGS, (caddr_t)&ifr, procp); in netboot_mountroot()
|