HomeSort by relevance Sort by last modified time
    Searched refs:inpacket_buf (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
main.c 191 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1013 p = inpacket_buf; /* point to beginning of packet buffer */
1015 len = read_packet(inpacket_buf);
    [all...]
tty.c 989 extern u_char inpacket_buf[];
1131 ibufp = inpacket_buf;
    [all...]
sys-linux.c 245 extern u_char inpacket_buf[]; /* borrowed from main.c */
1135 while ((n = read_packet(inpacket_buf)) > 0)
1136 if (loop_frame(inpacket_buf, n))
    [all...]
sys-solaris.c 225 extern u_char inpacket_buf[]; /* borrowed from main.c */
    [all...]

Completed in 146 milliseconds