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

  /bionic/libc/kernel/uapi/linux/
ppp_defs.h 24 #define PPP_MRU 1500
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 21 #define PPP_MRU 1500 /* default MRU = max length of info field */
  /external/ppp/pppd/
demand.c 85 if (framemax < PPP_MRU) */
86 framemax = PPP_MRU;
97 netif_set_mtu(0, MIN(lcp_allowoptions[0].mru, PPP_MRU));
98 if (ppp_send_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0
99 || ppp_recv_config(0, PPP_MRU, (u_int32_t) 0, 0, 0) < 0)
lcp.c 200 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */
441 if (ppp_send_config(unit, PPP_MRU, 0xffffffff, 0, 0) < 0
442 || ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff),
445 peer_mru[unit] = PPP_MRU;
662 peer_mru[f->unit] = PPP_MRU;
    [all...]
tty.c 1081 max_level = PPP_MRU + PPP_HDRLEN + 1;
1135 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1159 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
    [all...]
main.c 189 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */
190 u_char inpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
    [all...]
sys-linux.c 1122 len = PPP_MRU + PPP_HDRLEN;
    [all...]
sys-solaris.c     [all...]
  /external/ppp/pppd/include/net/
ppp_defs.h 66 #define PPP_MRU 1500 /* default MRU = max length of info field */

Completed in 862 milliseconds