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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-pppoe.c105 uint16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; local
118 pppoe_type = (GET_U_1(pppoe_packet) & 0x0F);
127 if (pppoe_type != 1) {
128 ND_PRINT(" [type %u]",pppoe_type);

Completed in 205 milliseconds