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.h224 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
314 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \