read_packet
len = read_packet(inpacket_buf);
extern int read_packet __P((u_char *)); /* Read PPP packet */
while (read_packet(inpacket_buf) > 0) {