Lines Matching defs:PPPoEDevice

16 #include "PPPoEDevice.h"
61 PPPoEDevice::PPPoEDevice(KPPPInterface& interface, driver_parameter *settings)
73 TRACE("PPPoEDevice: Constructor\n");
75 TRACE("PPPoEDevice::ctor: No settings!\n");
104 TRACE("PPPoEDevice::ctor: could not find ethernet interface\n");
112 PPPoEDevice::InitCheck() const
122 PPPoEDevice::Up()
124 TRACE("PPPoEDevice: Up()\n");
215 ERROR("PPPoEDevice::Up(): EthernetIfnet()->output() failed!\n");
219 dprintf("PPPoEDevice::Up(): EthernetIfnet()->output() success!\n");
227 PPPoEDevice::Down()
229 TRACE("PPPoEDevice: Down()\n");
260 ERROR("PPPoEDevice::Down(): ToNetBuffer() failed; MTU=%" B_PRIu32 "\n",
287 PPPoEDevice::InputTransferRate() const
294 PPPoEDevice::OutputTransferRate() const
301 PPPoEDevice::CountOutputBytes() const
310 PPPoEDevice::Send(net_buffer *packet, uint16 protocolNumber)
314 TRACE("PPPoEDevice: Send()\n");
319 ERROR("PPPoEDevice::Send(): InitCheck() != B_OK!\n");
325 ERROR("PPPoEDevice::Send(): no connection!\n");
357 ERROR("PPPoEDevice::Send(): packet is NULL!\n");
360 ERROR("PPPoEDevice::Send(): EthernetIfnet()->output() failed!\n");
372 PPPoEDevice::Receive(net_buffer *packet, uint16 protocolNumber)
381 dprintf("PPPoEDevice::Receive fail\n");
432 dprintf("PPPoEDevice::Receive fail version type wrong\n");
438 dprintf("PPPoEDevice::Receive fail PPPoEDev IsDown\n");
448 dprintf("PPPoEDevice::Receive faile not PADI_Sent \n");
490 dprintf("PPPoEDevice::generic error faile\n");
501 dprintf("PPPoEDevice::Receive faile no svc name\n");
511 dprintf("PPPoEDevice::Receive fail no reply pack\n");
533 dprintf("PPPoEDevice::Receive fail send PADR\n");
545 dprintf("PPPoEDevice::Receive PADS but no PADR sent\n");
561 dprintf("PPPoEDevice::Receive fail not up yet\n");
574 dprintf("PPPoEDevice::Receive fail unknown pppoed code\n");
580 dprintf("PPPoEDevice::Receive PADX fine!\n");
587 PPPoEDevice::Pulse()