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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-pppoe.c96 uint16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; local
108 pppoe_type = (pppoe_packet[0] & 0x0F);
117 if (pppoe_type != 1) {
118 ND_PRINT((ndo, " [type %d]",pppoe_type));

Completed in 30 milliseconds