Home | History | Annotate | Download | only in pppd

Lines Matching refs:read_packet

1115  * read_packet - get a PPP packet from the serial device.
1118 int read_packet (unsigned char *buf)
1169 while ((n = read_packet(inpacket_buf)) > 0)