Home
last modified time | relevance | path

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

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