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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.h117 #define IFF_MUTE IFF_LINK2 /* will need a separate flag... */
H A Dif.h137 #define IFF_LINK2 0x4000 /* per link layer defined bit */ macro
138 #define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connection */
H A Dif_stf.c318 ifnet_set_flags(sc->sc_if, IFF_LINK2, IFF_LINK2);
614 if (sc && (ifnet_flags(sc->sc_if) & IFF_LINK2) == 0 && inifp) {
H A Dif_gif.c349 sc->gif_if.if_flags |= IFF_LINK2;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c381 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 &&
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c327 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 && ifp) {

Completed in 38 milliseconds