HomeSort by: relevance | last modified time | path
    Searched defs: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)
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)

Completed in 80 milliseconds