Searched refs:ifnet_set_flags (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_pflog.c179 ifnet_set_flags(pflogif->sc_if, IFF_UP, IFF_UP);
240 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
242 ifnet_set_flags(ifp, 0, IFF_RUNNING);
H A Dif_stf.c364 ifnet_set_flags(sc->sc_if, 0, 0xffff); /* clear all flags */
367 ifnet_set_flags(sc->sc_if, IFF_LINK2, IFF_LINK2);
873 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
H A Dether_inet6_pr_module.c233 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
H A Dif_loop.c495 ifnet_set_flags(ifp, IFF_UP|IFF_RUNNING, IFF_UP|IFF_RUNNING);
657 ifnet_set_flags(lo_ifp, IFF_LOOPBACK | IFF_MULTICAST,
H A Dnet_stubs.c684 int ifnet_set_flags(void);
685 int ifnet_set_flags(void) function
H A Dif_gif.c401 ifnet_set_flags(sc->gif_if, IFF_POINTOPOINT | IFF_MULTICAST, 0xffff);
461 error = ifnet_set_flags(ifp, 0, IFF_UP);
463 printf("gif_clone_destroy: ifnet_set_flags failed %d\n", error);
880 ifnet_set_flags(ifp, IFF_RUNNING | IFF_UP, IFF_RUNNING |
H A Dif_vlan.c1447 ifnet_set_flags(ifp, parent_flags,
1454 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
1467 ifnet_set_flags(p, IFF_UP, IFF_UP);
1591 ifnet_set_flags(ifp, 0,
1789 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
H A Dether_inet_pr_module.c330 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
H A Dif_ipsec.c242 ifnet_set_flags(pcb->ipsec_ifp, IFF_UP | IFF_MULTICAST | IFF_POINTOPOINT, 0xffff);
267 ifnet_set_flags(pcb->ipsec_ifp, IFF_RUNNING, IFF_RUNNING);
H A Dif_utun.c232 ifnet_set_flags(pcb->utun_ifp, IFF_UP | IFF_MULTICAST | IFF_POINTOPOINT, 0xffff);
257 ifnet_set_flags(pcb->utun_ifp, IFF_RUNNING, IFF_RUNNING);
H A Diptap.c223 ifnet_set_flags(iptap->iptap_ifp, IFF_UP, IFF_UP);
H A Dif_bond.c1176 ifnet_set_flags(ifp, IFF_BROADCAST | IFF_MULTICAST | IFF_SIMPLEX, 0xffff);
2048 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
2134 ifnet_set_flags(port_ifp, IFF_UP, IFF_UP);
2305 ifnet_set_flags(ifp, 0, IFF_RUNNING);
2718 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
H A Dif_bridge.c1214 error = ifnet_set_flags(ifp,
1218 printf("%s: ifnet_set_flags failed %d\n", __func__, error);
1352 error = ifnet_set_flags(ifp, 0, IFF_UP);
1354 printf("%s: ifnet_set_flags failed %d\n", __func__, error);
1455 ifnet_set_flags(ifp, IFF_UP, IFF_UP);
3396 error = ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
3436 (void) ifnet_set_flags(ifp, 0, IFF_RUNNING);
H A Dkpi_interface.h1746 @function ifnet_set_flags
1757 extern errno_t ifnet_set_flags(ifnet_t interface, u_int16_t new_flags,
H A Dpktap.c256 ifnet_set_flags(pktap->pktp_ifp, IFF_UP, IFF_UP);
H A Dkpi_interface.c435 ifnet_set_flags(ifnet_t interface, u_int16_t new_flags, u_int16_t mask) function
H A Dif.c1200 * lock. This allows ifnet_set_flags to set the rest of
2094 (void) ifnet_set_flags(ifp, ifr->ifr_flags,
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_if.c259 ifnet_set_flags(wan->net, IFF_POINTOPOINT | IFF_MULTICAST, 0xFFFF); // || IFF_RUNNING
755 ifnet_set_flags(ifp, flags16, IFF_DEBUG + PPP_LOG_INPKT + PPP_LOG_OUTPKT);
1216 ifnet_set_flags(wan->net, IFF_RUNNING, IFF_RUNNING);
1242 ifnet_set_flags(ifp, 0, IFF_RUNNING);
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp1572 IO_IFNET_RMW(setFlags, UInt16, flags, ifnet_set_flags)
2172 ifnet_set_flags(_backingIfnet, _flags, 0xffff);

Completed in 307 milliseconds