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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h224 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
315 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dpppoe.h224 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
225 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
315 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dpppoe.h234 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
235 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
327 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
H A Drelay.c157 len + plen > MAX_PPPOE_PAYLOAD) {
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe-sniff.c46 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
H A Dpppoe.h212 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
H A Dpppoe-server.c105 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
H A Dpppoe.c83 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddp.h393 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD) macro
394 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - 2)
453 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \

Completed in 65 milliseconds