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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pppoe.c106 u_int16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; local
119 pppoe_code = pppoe_packet[1];
131 printf("PPPoE %s", tok2str(pppoecode2str, "PAD-%x", pppoe_code));
132 if (pppoe_code == PPPOE_PADI && pppoe_length > 1484 - PPPOE_HDRLEN) {
143 if (pppoe_code) {

Completed in 49 milliseconds