Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-pppoe.c98 uint16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; in pppoe_print() local
112 pppoe_code = GET_U_1(pppoe_packet + 1); in pppoe_print()
124 ND_PRINT("PPPoE %s", tok2str(pppoecode2str, "PAD-%x", pppoe_code)); in pppoe_print()
125 if (pppoe_code == PPPOE_PADI && pppoe_length > 1484 - PPPOE_HDRLEN) { in pppoe_print()
136 if (pppoe_code) { in pppoe_print()