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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pppoe.c106 u_int16_t pppoe_ver, pppoe_type, pppoe_code, pppoe_sessionid; local
118 pppoe_type = (pppoe_packet[0] & 0x0F);
127 if (pppoe_type != 1) {
128 printf(" [type %d]",pppoe_type);

Completed in 55 milliseconds