Home | History | Annotate | Download | only in pppoe

Lines Matching refs:lcp_wantoptions

161     lcp_wantoptions[0].mru = conn->mru = conn->storedmru;
179 if (lcp_wantoptions[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
180 lcp_wantoptions[0].mru = conn->mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
218 lcp_wantoptions[0].mru = conn->mru;
226 lcp_wantoptions[0].mru = conn->mru;
448 lcp_wantoptions[0].neg_accompression = 0;
451 lcp_wantoptions[0].neg_asyncmap = 0;
454 lcp_wantoptions[0].neg_pcompression = 0;
458 if (lcp_wantoptions[0].mru > MAX_PPPOE_MTU)
459 lcp_wantoptions[0].mru = MAX_PPPOE_MTU;
463 conn->storedmru = lcp_wantoptions[0].mru;