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

  /src/sys/net/
if_sl.c 206 static struct linesw slip_disc = { variable in typeref:struct:linesw
233 if (ttyldisc_attach(&slip_disc) != 0)
248 error = ttyldisc_detach(&slip_disc);
337 if (tp->t_linesw == &slip_disc)
if_sl.c 206 static struct linesw slip_disc = { variable in typeref:struct:linesw
233 if (ttyldisc_attach(&slip_disc) != 0)
248 error = ttyldisc_detach(&slip_disc);
337 if (tp->t_linesw == &slip_disc)

Completed in 134 milliseconds