Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c167 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1396 p = inpacket_buf; /* point to beginning of packet buffer */ in get_input()
1398 len = read_packet(inpacket_buf); in get_input()
2733 max_level = sizeof(inpacket_buf) + 1;
2789 ibufp = inpacket_buf;
2790 nibuf = read(ifd, ibufp, sizeof(inpacket_buf));
H A Dpppd.h223 extern u_char inpacket_buf[]; /* buffer for incoming packet */
H A Dsys-solaris.c1825 while (read_packet(inpacket_buf) > 0) { in get_loop_output()