Home
last modified time | relevance | path

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

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