Searched refs:IFF_LINK0 (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dlemacvar.h82 (sc->sc_if.if_flags & IFF_LINK0))
/openbsd-current/sys/net/
H A Dif.h215 #define IFF_LINK0 0x1000 /* [N] per link layer defined bit */ macro
H A Dif_bridge.c1034 (IFF_LINK0 | IFF_LINK1)) ==
1035 (IFF_LINK0 | IFF_LINK1)) {
1039 if (sc->sc_if.if_flags & IFF_LINK0 &&
H A Dif_tpmr.c361 if (!ISSET(iff, IFF_LINK0) &&
H A Dif_veb.c1083 if (!ISSET(ifp->if_flags, IFF_LINK0)) {
1138 if (!ISSET(ifp->if_flags, IFF_LINK0) &&
H A Dif_vxlan.c669 if (ISSET(ifp->if_flags, IFF_LINK0) && port != sc->sc_port)
H A Dif_gre.c1095 if (!gre_wccp && !ISSET(ifp->if_flags, IFF_LINK0))
H A Dif_spppsubr.c95 #define IFF_PASSIVE IFF_LINK0 /* wait passively for connection */
/openbsd-current/usr.sbin/route6d/
H A Droute6d.c2340 IFFLAG("LINK0", IFF_LINK0);
/openbsd-current/sbin/ifconfig/
H A Difconfig.c659 { "link0", IFF_LINK0, 0, setifflags } ,
660 { "-link0", -IFF_LINK0, 0, setifflags } ,
/openbsd-current/sys/net80211/
H A Dieee80211_node.c3141 if ((ic->ic_if.if_flags & IFF_LINK0) == 0)
/openbsd-current/sys/dev/pci/
H A Dif_mcx.c6935 if (ISSET(sc->sc_ac.ac_if.if_flags, IFF_LINK0) && c->c_ratio) {

Completed in 627 milliseconds