Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h195 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD) macro
197 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - PPP_OVERHEAD)
298 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \