Searched refs:PPPOE_OVERHEAD (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dppp.c105 vec[1].iov_len = ETH_JUMBO_LEN - PPPOE_OVERHEAD;
111 unsigned char buf[ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2];
112 r = read(0, buf, ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2);
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dppp.c105 vec[1].iov_len = ETH_JUMBO_LEN - PPPOE_OVERHEAD;
111 unsigned char buf[ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2];
112 r = read(0, buf, ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2);
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/
H A Dpppoe.h243 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
244 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
245 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD)
248 #define TOTAL_OVERHEAD (PPPOE_OVERHEAD + PPP_OVERHEAD)
H A Dppp.c105 vec[1].iov_len = ETH_JUMBO_LEN - PPPOE_OVERHEAD;
111 unsigned char buf[ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2];
112 r = read(0, buf, ETH_JUMBO_LEN - PPPOE_OVERHEAD + 2);
H A Dcommon.c80 if (len > ETH_JUMBO_LEN - PPPOE_OVERHEAD) { /* 6-byte overhead for PPPoE header */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Ddiscover.h398 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
399 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
400 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Ddiscover.h398 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
399 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
400 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Ddiscover.h398 #define PPPOE_OVERHEAD 6 /* type, code, session, length */ macro
399 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
400 #define MAX_PPPOE_PAYLOAD (ETH_DATA_LEN - PPPOE_OVERHEAD)

Completed in 281 milliseconds