Searched refs:IFF_LINK2 (Results 1 – 7 of 7) sorted by relevance
156 #define IFF_LINK2 0x4000 /* per link layer defined bit */ macro157 #define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connection */
571 if (sc && (STF2IFP(sc)->if_flags & IFF_LINK2) == 0 && inifp) { in stf_checkaddr4()
98 #define IFF_CISCO IFF_LINK2 /* auto-dial on output */
142 #define IFF_LINK2 0x4000 /* per link layer defined bit */ macro143 #define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connection */
381 if ((GIF2IFP(sc)->if_flags & IFF_LINK2) == 0) { in in_gif_lookup()
404 if ((GIF2IFP(sc)->if_flags & IFF_LINK2) == 0) { in in6_gif_lookup()
1780 DEF_CMD("link2", IFF_LINK2, setifflags),1781 DEF_CMD("-link2", -IFF_LINK2, setifflags),