Searched refs:inpacket_buf (Results 1 – 3 of 3) sorted by relevance
170 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable1399 p = inpacket_buf; /* point to beginning of packet buffer */ in get_input()1401 len = read_packet(inpacket_buf); in get_input()2736 max_level = sizeof(inpacket_buf) + 1;2792 ibufp = inpacket_buf;2793 nibuf = read(ifd, ibufp, sizeof(inpacket_buf));
216 extern u_char inpacket_buf[]; /* buffer for incoming packet */
1884 while (read_packet(inpacket_buf) > 0) { in get_loop_output()