Searched refs:ifnet_set_eflags (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c888 ifnet_set_eflags(p, 0, IFEF_VLAN); /* clear IFEF_VLAN */
1392 /* Can't use ifnet_set_eflags because that would take the lock */
1476 ifnet_set_eflags(p, 0, IFEF_VLAN);
1603 ifnet_set_eflags(p, 0, IFEF_VLAN);
H A Dif_loop.c676 ifnet_set_eflags(lo_ifp, IFEF_SENDLIST, IFEF_SENDLIST);
H A Dif_utun.c237 ifnet_set_eflags(pcb->utun_ifp, IFEF_NOAUTOIPV6LL, IFEF_NOAUTOIPV6LL);
H A Dkpi_interface.h1420 @function ifnet_set_eflags
1432 extern errno_t ifnet_set_eflags(ifnet_t interface, u_int32_t new_flags,
H A Dif_bond.c2039 /* can't use ifnet_set_eflags because that takes the lock */
2236 ifnet_set_eflags(ifp, 0, IFEF_BOND);
2388 ifnet_set_eflags(port_ifp, 0, IFEF_BOND);
H A Dkpi_interface.c455 ifnet_set_eflags(ifnet_t interface, u_int32_t new_flags, u_int32_t mask) function

Completed in 38 milliseconds