Searched refs:ifnet_flags (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c404 if ((ifnet_flags(sc->sc_if) & IFF_UP) == 0)
408 if ((ifnet_flags(sc->sc_if) & IFF_LINK0) != 0)
534 if ((ifnet_flags(ifp) & IFF_UP) == 0) {
686 if (sc && (ifnet_flags(sc->sc_if) & IFF_LINK2) == 0 && inifp) {
765 if (sc == NULL || (ifnet_flags(sc->sc_if) & IFF_UP) == 0) {
800 if ((ifnet_flags(ifp) & IFF_LINK1) != 0)
871 if ( !(ifnet_flags( ifp ) & IFF_UP) ) {
H A Dif_gif.c439 if ((ifnet_flags(sc->gif_if) & IFF_UP) == 0)
496 if (!(ifnet_flags(ifp) & IFF_UP) ||
H A Dif_pflog.c240 if (ifnet_flags(ifp) & IFF_UP)
H A Dether_inet_pr_module.c329 if (!(ifnet_flags(ifp) & IFF_RUNNING)) {
H A Dif_vlan.c1126 if ((ifnet_flags(p) & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING)) {
1262 || (ifnet_flags(ifp) & IFF_UP) == 0) {
1442 parent_flags = ifnet_flags(p)
1646 if ((ifnet_flags(ifp) & IFF_PROMISC) != 0) {
H A Dkpi_interface.h1410 @function ifnet_flags
1415 extern u_int16_t ifnet_flags(ifnet_t interface);
H A Dif_bridge.c2842 if ((ifnet_flags(ifp) & IFF_RUNNING))
2870 if ((ifnet_flags(ifp) & IFF_RUNNING) == 0)
H A Dkpi_interface.c410 ifnet_flags(ifnet_t interface) function
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c372 if ((ifnet_flags(ia4->ia_ifa.ifa_ifp) & IFF_BROADCAST) == 0)
385 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 &&
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c349 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 && ifp) {

Completed in 2404 milliseconds