Searched refs:CODE_PADT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c118 case CODE_PADT: fprintf(fp, "PADT "); break;
H A Dpppoe.h162 #define CODE_PADT 0xA7 macro
H A Dcommon.c415 packet.code = CODE_PADT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe2.c135 #define CODE_PADT 0xa7 /* PPPoE Active Discovery Terminate */ macro
303 case CODE_PADT:
817 packet->code = CODE_PADT;
2190 (packet->code != CODE_PADS && packet->code != CODE_PADT))
2202 packet->code = CODE_PADT; /* fake packet */
2214 packet->code = CODE_PADT; /* fake packet */
2221 packet->code = CODE_PADT;
2269 if (packet->code == CODE_PADT) /* early termination */
2415 if (packet->code == CODE_PADT && packet->session == session) {
2424 if (packet->code == CODE_PADT) {
[all...]
H A Dpppoe.c134 #define CODE_PADT 0xa7 /* PPPoE Active Discovery Terminate */ macro
292 case CODE_PADT:
969 packet->code = CODE_PADT;
2016 (packet->code != CODE_PADS && packet->code != CODE_PADT)) /* foxconn wklin modified, 08/09/2007 */
2025 /* if (packet->code != CODE_PADS && packet->code != CODE_PADT)
2043 packet->code = CODE_PADT;
2069 if (packet->code == CODE_PADT) /* early termination */
2146 if (packet->code == CODE_PADT)
2150 if (packet->code == CODE_PADT && packet->session == session)

Completed in 98 milliseconds