Searched refs:ifnet_set_capabilities_enabled (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/net/ |
| H A D | net_stubs.c | 140 STUB(ifnet_set_capabilities_enabled);
|
| H A D | kpi_interface.h | 2105 extern errno_t ifnet_set_capabilities_enabled(ifnet_t interface, u_int32_t new_caps,
|
| H A D | if_headless.c | 1078 (void)ifnet_set_capabilities_enabled(ifp, 0, -1); in headless_ifnet_set_attrs()
|
| H A D | kpi_interface.c | 1006 ifnet_set_capabilities_enabled(ifnet_t ifp, u_int32_t new_caps, in ifnet_set_capabilities_enabled() function 1125 (void) ifnet_set_capabilities_enabled(interface, ifcaps, in ifnet_set_offload_common()
|
| H A D | if_redirect.c | 919 (void)ifnet_set_capabilities_enabled(ifp, 0, -1); in redirect_netif_prepare()
|
| H A D | if_fake.c | 4253 error = ifnet_set_capabilities_enabled(ifp, cap, IFCAP_LRO); in feth_ioctl()
|