Searched refs:inpacket_buf (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dmain.c191 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1013 p = inpacket_buf; /* point to beginning of packet buffer */
1015 len = read_packet(inpacket_buf);
H A Dtty.c989 extern u_char inpacket_buf[];
1131 ibufp = inpacket_buf;
H A Dsys-linux.c246 extern u_char inpacket_buf[]; /* borrowed from main.c */
1136 while ((n = read_packet(inpacket_buf)) > 0)
1137 if (loop_frame(inpacket_buf, n))
H A Dsys-solaris.c225 extern u_char inpacket_buf[]; /* borrowed from main.c */
1491 while ((len = read_packet(inpacket_buf)) > 0) {
1492 if (loop_frame(inpacket_buf, len))

Completed in 94 milliseconds