HomeSort by relevance Sort by last modified time
    Searched refs:PPP_MRU (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ppp_defs.h 17 #define PPP_MRU 1500
  /external/kernel-headers/original/linux/
ppp_defs.h 50 #define PPP_MRU 1500 /* default MRU = max length of info field */
  /external/ppp/pppd/
lcp.c 200 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
433 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0
434 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff),
437 peer_mru[unit] = PPP_MRU;
639 peer_mru[f->unit] = PPP_MRU;
    [all...]
tty.c 1078 max_level = PPP_MRU + PPP_HDRLEN + 1;
1132 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1156 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
    [all...]
main.c 190 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
191 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
    [all...]
sys-linux.c 1088 len = PPP_MRU + PPP_HDRLEN;
    [all...]
sys-solaris.c     [all...]

Completed in 643 milliseconds

1 23