sc_relinq         314 net/if_ppp.c       sc->sc_relinq = NULL;
sc_relinq          97 net/if_pppvar.h 	void	(*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */
sc_relinq         208 net/ppp_tty.c      if (sc->sc_relinq)
sc_relinq         209 net/ppp_tty.c  	(*sc->sc_relinq)(sc);	/* get previous owner to relinquish the unit */
sc_relinq         221 net/ppp_tty.c      sc->sc_relinq = pppasyncrelinq;