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

/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c193 if (mtu > MAX_PPPOE_MTU) {
195 mtu = MAX_PPPOE_MTU;
218 if (mru > MAX_PPPOE_MTU)
H A Dpppoe.h225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2) macro

Completed in 65 milliseconds