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

  /src/sys/net/
ppp_tty.c 83 * caused system crashes and packet corruption. Changed pppstart
141 static int pppstart(struct tty *tp);
151 .l_start = pppstart,
691 /* Call pppstart to start output again if necessary. */
692 pppstart(tp);
696 * because the pty code doesn't call pppstart after it has
731 pppstart(struct tty *tp) function in typeref:typename:int
778 pppstart(tp);

Completed in 11 milliseconds