HomeSort by: relevance | last modified time | path
    Searched refs:ppp_disc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
ppp_tty.c 143 struct linesw ppp_disc = { /* XXX should be static */ variable in typeref:struct:linesw
200 if (tp->t_linesw == &ppp_disc) {
315 tp->t_linesw != &ppp_disc) {
364 if (tp->t_linesw != &ppp_disc)
if_ppp.c 180 extern struct linesw ppp_disc;
233 if (ttyldisc_attach(&ppp_disc) != 0)
250 error = ttyldisc_detach(&ppp_disc);

Completed in 16 milliseconds