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 190 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */ variable
1077 p = inpacket_buf; /* point to beginning of packet buffer */
1079 len = read_packet(inpacket_buf);
    [all...]
tty.c 992 extern u_char inpacket_buf[];
1134 ibufp = inpacket_buf;
    [all...]
sys-linux.c 249 extern u_char inpacket_buf[]; /* borrowed from main.c */
1169 while ((n = read_packet(inpacket_buf)) > 0)
1170 if (loop_frame(inpacket_buf, n))
    [all...]
sys-solaris.c 225 extern u_char inpacket_buf[]; /* borrowed from main.c */
    [all...]

Completed in 109 milliseconds