Searched refs:TOTAL_OVERHEAD (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dplugin.c182 if (lcp_allowoptions[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
183 lcp_allowoptions[0].mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
184 if (lcp_wantoptions[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
185 lcp_wantoptions[0].mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
H A Dpppoe.h195 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD) macro
196 #define ETH_PPPOE_MTU (ETH_DATA_LEN - TOTAL_OVERHEAD)

Completed in 141 milliseconds