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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c170 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1399 p = inpacket_buf; /* point to beginning of packet buffer */
1401 len = read_packet(inpacket_buf);
2736 max_level = sizeof(inpacket_buf) + 1;
2792 ibufp = inpacket_buf;
2793 nibuf = read(ifd, ibufp, sizeof(inpacket_buf));

Completed in 50 milliseconds