Home
last modified time | relevance | path

Searched refs:IFF_LINK2 (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif.h112 #define IFF_LINK2 0x4000 /* per link layer defined bit */ macro
113 #define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connection */
H A Dif_stf.c351 ifnet_set_flags(sc->sc_if, IFF_LINK2, IFF_LINK2); in stfattach()
683 if (sc && (ifnet_flags(sc->sc_if) & IFF_LINK2) == 0 && inifp) { in stf_checkaddr4()
/xnu-12377.61.12/bsd/netinet6/
H A Din6_gif.c358 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 && ifp) { in gif_validate6()
/xnu-12377.61.12/bsd/netinet/
H A Din_gif.c400 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 && in gif_encapcheck4()