IFF_AUTO          631 net/if_spppsubr.c 	    (ifp->if_flags & (IFF_RUNNING | IFF_AUTO)) == 0) {
IFF_AUTO          637 net/if_spppsubr.c 	if ((ifp->if_flags & (IFF_RUNNING | IFF_AUTO)) == IFF_AUTO) {
IFF_AUTO          972 net/if_spppsubr.c 		newmode = ifp->if_flags & (IFF_AUTO | IFF_PASSIVE);
IFF_AUTO          973 net/if_spppsubr.c 		if (newmode == (IFF_AUTO | IFF_PASSIVE)) {
IFF_AUTO          976 net/if_spppsubr.c 			ifp->if_flags &= ~IFF_AUTO;
IFF_AUTO         1910 net/if_spppsubr.c 	if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) != 0) {
IFF_AUTO         1922 net/if_spppsubr.c 	} else if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) == 0 &&
IFF_AUTO         1953 net/if_spppsubr.c 	if ((ifp->if_flags & (IFF_AUTO | IFF_PASSIVE)) == 0) {