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

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoE.h32 #define PPPoE_VERSION 0x1 macro
H A DPPPoEDevice.cpp337 header.version = PPPoE_VERSION;
404 if (!IsUp() || header.version != PPPoE_VERSION || header.type != PPPoE_TYPE
430 if (header.version != PPPoE_VERSION || header.type != PPPoE_TYPE) {
H A DDiscoveryPacket.cpp144 header->version = PPPoE_VERSION;

Completed in 20 milliseconds