Searched refs:inpacket_buf (Results 1 – 4 of 4) sorted by relevance
190 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable1054 p = inpacket_buf; /* point to beginning of packet buffer */ in get_input()1056 len = read_packet(inpacket_buf); in get_input()
992 extern u_char inpacket_buf[];1134 ibufp = inpacket_buf;
249 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()
225 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()