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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-sunos4.c80 extern u_char inpacket_buf[]; /* borrowed from main.c */
677 while ((len = read_packet(inpacket_buf)) > 0) {
678 if (loop_frame(inpacket_buf, len))
H A Dtty.c906 extern u_char inpacket_buf[];
1041 ibufp = inpacket_buf;
1056 write(pty_master, inpacket_buf, 0);
H A Dmain.c129 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1001 p = inpacket_buf; /* point to beginning of packet buffer */
1003 len = read_packet(inpacket_buf);
H A Dsys-linux.c187 extern u_char inpacket_buf[]; /* borrowed from main.c */
1052 while ((n = read_packet(inpacket_buf)) > 0)
1053 if (loop_frame(inpacket_buf, n))
H A Dsys-solaris.c180 extern u_char inpacket_buf[]; /* borrowed from main.c */
1393 while ((len = read_packet(inpacket_buf)) > 0) {
1394 if (loop_frame(inpacket_buf, len))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c114 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
819 p = inpacket_buf; /* point to beginning of packet buffer */
821 len = read_packet(inpacket_buf);
H A Dsys-linux.c122 extern u_char inpacket_buf[]; /* borrowed from main.c */
583 while ((n = read_packet(inpacket_buf)) > 0)
584 if (loop_frame(inpacket_buf, n))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c194 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1112 p = inpacket_buf; /* point to beginning of packet buffer */
1114 len = read_packet(inpacket_buf);
H A Dtty.c985 extern u_char inpacket_buf[];
1127 ibufp = inpacket_buf;
H A Dsys-linux.c243 extern u_char inpacket_buf[]; /* borrowed from main.c */
1132 while ((n = read_packet(inpacket_buf)) > 0)
1133 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 126 milliseconds