Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c190 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1054 p = inpacket_buf; /* point to beginning of packet buffer */ in get_input()
1056 len = read_packet(inpacket_buf); in get_input()
Dtty.c992 extern u_char inpacket_buf[];
1134 ibufp = inpacket_buf;
Dsys-linux.c249 extern u_char inpacket_buf[]; /* borrowed from main.c */
1169 while ((n = read_packet(inpacket_buf)) > 0) in get_loop_output()
1170 if (loop_frame(inpacket_buf, n)) in get_loop_output()
Dsys-solaris.c225 extern u_char inpacket_buf[]; /* borrowed from main.c */
1494 while ((len = read_packet(inpacket_buf)) > 0) { in get_loop_output()
1495 if (loop_frame(inpacket_buf, len)) in get_loop_output()