Home | History | Annotate | Download | only in pppd

Lines Matching refs:inpacket_buf

245 extern u_char	inpacket_buf[];	/* borrowed from main.c */
1135 while ((n = read_packet(inpacket_buf)) > 0)
1136 if (loop_frame(inpacket_buf, n))