Home | History | Annotate | Download | only in pppd

Lines Matching defs:read_packet

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