HomeSort by: relevance | last modified time | path
    Searched defs:inpacket_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
main.c 192 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1144 p = inpacket_buf; /* point to beginning of packet buffer */
1146 len = read_packet(inpacket_buf);
main.c 192 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1144 p = inpacket_buf; /* point to beginning of packet buffer */
1146 len = read_packet(inpacket_buf);

Completed in 68 milliseconds