Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-pppoe.c100 uint16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; in pppoe_print() local
113 pppoe_type = (GET_U_1(pppoe_packet) & 0x0F); in pppoe_print()
122 if (pppoe_type != 1) { in pppoe_print()
123 ND_PRINT(" [type %u]",pppoe_type); in pppoe_print()