Home | History | Annotate | Download | only in pppd

Lines Matching refs:inpacket_buf

225 extern u_char	inpacket_buf[];	/* borrowed from main.c */
1491 while ((len = read_packet(inpacket_buf)) > 0) {
1492 if (loop_frame(inpacket_buf, len))