Searched refs:IFF_LINK2 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/net/
H A Dif_slvar.h78 #define SC_AUTOCOMP IFF_LINK2 /* auto-enable TCP compression */
H A Dif_ipsec.h64 #define IFF_FWD_IPV6 IFF_LINK2 /* forward IPv6 packet */
H A Dif_gre.c1209 switch (ifr->ifr_flags & (IFF_LINK0|IFF_LINK2)) {
1210 case IFF_LINK0|IFF_LINK2:
1214 case IFF_LINK2:
1282 ifp->if_flags |= IFF_LINK0|IFF_LINK2;
1287 ifp->if_flags &= ~IFF_LINK2;
1292 ifp->if_flags |= IFF_LINK2;
H A Dif_arcsubr.c213 if (ifp->if_flags & IFF_LINK2)
H A Dif_stf.c519 if (sc && (sc->sc_if.if_flags & IFF_LINK2) == 0 && inifp) {
H A Dif.h475 #define IFF_LINK2 0x4000 /* per link layer defined bit */ macro
/netbsd-current/sys/dev/ic/
H A Dan.c816 if ((ifp->if_flags & (IFF_DEBUG|IFF_LINK2)) ==
817 (IFF_DEBUG|IFF_LINK2)) {
1395 if ((ifp->if_flags & (IFF_DEBUG|IFF_LINK2)) == (IFF_DEBUG|IFF_LINK2)) {
1473 if ((ifp->if_flags & (IFF_DEBUG|IFF_LINK2)) ==
1474 (IFF_DEBUG|IFF_LINK2)) {
H A Dsmc90cx6.c658 else if (ifp->if_flags & IFF_LINK2 && ifp->if_timer > 0
H A Drtw.c1616 if ((ifp->if_flags & (IFF_DEBUG | IFF_LINK2)) ==
1617 (IFF_DEBUG | IFF_LINK2)) {
3377 if ((ifp->if_flags & (IFF_DEBUG | IFF_LINK2)) ==
3378 (IFF_DEBUG | IFF_LINK2)) {
3428 (ifp->if_flags & (IFF_DEBUG | IFF_LINK2)) ==
3429 (IFF_DEBUG | IFF_LINK2)) == -1) {
H A Dawi.c758 if ((ifp->if_flags & IFF_DEBUG) && (ifp->if_flags & IFF_LINK2))
1106 (ifp->if_flags & IFF_LINK2))
H A Dath.c256 (sc->sc_if.if_flags & (IFF_DEBUG | IFF_LINK2)) \
257 == (IFF_DEBUG | IFF_LINK2))
270 ((sc->sc_if.if_flags & (IFF_DEBUG | IFF_LINK2)) \
271 == (IFF_DEBUG | IFF_LINK2))
H A Dwi.c237 (((_ifp)->if_flags & (IFF_DEBUG |IFF_LINK2)) == (IFF_DEBUG |IFF_LINK2))
/netbsd-current/sys/netinet/
H A Din_gif.c309 if ((var->gv_softc->gif_if.if_flags & IFF_LINK2) == 0 && ifp) {
/netbsd-current/sys/netinet6/
H A Din6_gif.c371 if ((var->gv_softc->gif_if.if_flags & IFF_LINK2) == 0 && ifp) {
/netbsd-current/sbin/ifconfig/
H A Difconfig.c147 , IFKW("link2", IFF_LINK2)
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c1571 if (m->m_next != NULL && (sc->sc_if.if_flags & IFF_LINK2)) {
/netbsd-current/usr.sbin/route6d/
H A Droute6d.c2340 IFFLAG("LINK2", IFF_LINK2);

Completed in 339 milliseconds