Home | History | Annotate | Download | only in pppd

Lines Matching refs:read_packet

1446  * read_packet - get a PPP packet from the serial device.
1449 read_packet(buf)
1494 while ((len = read_packet(inpacket_buf)) > 0) {