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

  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 164 if (lcp_allowoptions[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
165 lcp_allowoptions[0].mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
166 if (lcp_wantoptions[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
167 lcp_wantoptions[0].mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
pppoe.h 198 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
199 #define ETH_PPPOE_MTU (ETH_DATA_LEN - TOTAL_OVERHEAD)

Completed in 61 milliseconds