Home
last modified time | relevance | path

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; in Send()
404 if (!IsUp() || header.version != PPPoE_VERSION || header.type != PPPoE_TYPE in Receive()
430 if (header.version != PPPoE_VERSION || header.type != PPPoE_TYPE) { in Receive()
H A DDiscoveryPacket.cpp144 header->version = PPPoE_VERSION; in ToNetBuffer()