Searched refs:PPPOE_TYPE (Results 1 – 3 of 3) sorted by relevance
55 if (PPPOE_TYPE(packet->vertype) != 1) { in parsePacket()56 error("Invalid PPPoE type (%d)", PPPOE_TYPE(packet->vertype)); in parsePacket()179 PPPOE_TYPE(packet->vertype)); in pppoe_printpkt()203 PPPOE_TYPE(packet->vertype)); in pppoe_printpkt()
273 if (PPPOE_TYPE(packet->vertype) != 1) { in parsePacket()275 PPPOE_TYPE(packet->vertype)); in parsePacket()
189 #define PPPOE_TYPE(vt) ((vt) & 0xf) macro