Searched refs:IFF_AUTO (Results 1 – 1 of 1) sorted by relevance
97 #define IFF_AUTO IFF_LINK1 /* auto-dial on output */ macro787 (!(ifp->if_flags & IFF_AUTO) && in sppp_output()797 if ((ifp->if_flags & IFF_AUTO) && in sppp_output()1194 newmode = ifp->if_flags & IFF_AUTO; in sppp_ioctl()1197 ifp->if_flags &= ~(IFF_PASSIVE | IFF_AUTO | IFF_CISCO); in sppp_ioctl()2172 if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) != 0) { in sppp_lcp_up()2184 } else if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) == 0 && in sppp_lcp_up()2207 if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) == 0) { in sppp_lcp_down()