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

/external/tcpdump/
H A Dprint-pppoe.c104 u_int16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; local
117 pppoe_code = pppoe_packet[1];
129 printf("PPPoE %s", tok2str(pppoecode2str, "PAD-%x", pppoe_code));
130 if (pppoe_code == PPPOE_PADI && pppoe_length > 1484 - PPPOE_HDRLEN) {
141 if (pppoe_code) {

Completed in 239 milliseconds