Home
last modified time | relevance | path

Searched refs:PADS (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.h32 PADS = 0x65, enumerator
H A Dpppoe.cpp179 if (header.code == PADO || header.code == PADR || header.code == PADS || header.code == PADT) in pppoe_input()
187 header.code == PADS ? "PADS" : in pppoe_input()
H A DPPPoEDevice.cpp540 case PADS: in Receive()