/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/ |
H A D | _KPPPMRUHandler.h | 16 virtual status_t AddToRequest(KPPPConfigurePacket& request); 17 virtual status_t ParseNak(const KPPPConfigurePacket& nak); 18 virtual status_t ParseReject(const KPPPConfigurePacket& reject); 19 virtual status_t ParseAck(const KPPPConfigurePacket& ack); 21 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 22 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject); 23 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
|
H A D | _KPPPPFCHandler.h | 17 virtual status_t AddToRequest(KPPPConfigurePacket& request); 18 virtual status_t ParseNak(const KPPPConfigurePacket& nak); 19 virtual status_t ParseReject(const KPPPConfigurePacket& reject); 20 virtual status_t ParseAck(const KPPPConfigurePacket& ack); 22 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 23 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject); 24 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
|
H A D | _KPPPAuthenticationHandler.h | 19 virtual status_t AddToRequest(KPPPConfigurePacket& request); 20 virtual status_t ParseNak(const KPPPConfigurePacket& nak); 21 virtual status_t ParseReject(const KPPPConfigurePacket& reject); 22 virtual status_t ParseAck(const KPPPConfigurePacket& ack); 24 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 25 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject); 26 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
|
H A D | KPPPConfigurePacket.cpp | 26 KPPPConfigurePacket::KPPPConfigurePacket(uint8 code) in KPPPConfigurePacket() function in KPPPConfigurePacket 34 KPPPConfigurePacket::KPPPConfigurePacket(net_buffer *packet) in KPPPConfigurePacket() function in KPPPConfigurePacket 68 KPPPConfigurePacket::~KPPPConfigurePacket() in ~KPPPConfigurePacket() 77 KPPPConfigurePacket::SetCode(uint8 code) in SetCode() 102 KPPPConfigurePacket::AddItem(const ppp_configure_item *item, int32 index) in AddItem() 126 KPPPConfigurePacket::RemoveItem(ppp_configure_item *item) in RemoveItem() 140 KPPPConfigurePacket::ItemAt(int32 index) const in ItemAt() 153 KPPPConfigurePacket::ItemWithType(uint8 type) const in ItemWithType() 177 KPPPConfigurePacket::ToNetBuffer(uint32 MRU) in ToNetBuffer()
|
H A D | KPPPOptionHandler.cpp | 113 KPPPOptionHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 125 KPPPOptionHandler::ParseNak(const KPPPConfigurePacket& nak) in ParseNak() 137 KPPPOptionHandler::ParseReject(const KPPPConfigurePacket& reject) in ParseReject() 149 KPPPOptionHandler::ParseAck(const KPPPConfigurePacket& ack) in ParseAck() 166 KPPPOptionHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 167 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest() 175 KPPPOptionHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck()
|
H A D | _KPPPPFCHandler.cpp | 24 _KPPPPFCHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 40 _KPPPPFCHandler::ParseNak(const KPPPConfigurePacket& nak) in ParseNak() 51 _KPPPPFCHandler::ParseReject(const KPPPConfigurePacket& reject) in ParseReject() 65 _KPPPPFCHandler::ParseAck(const KPPPConfigurePacket& ack) in ParseAck() 81 _KPPPPFCHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 82 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest() 99 _KPPPPFCHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck()
|
H A D | _KPPPMRUHandler.cpp | 33 _KPPPMRUHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 48 _KPPPMRUHandler::ParseNak(const KPPPConfigurePacket& nak) in ParseNak() 63 _KPPPMRUHandler::ParseReject(const KPPPConfigurePacket& reject) in ParseReject() 73 _KPPPMRUHandler::ParseAck(const KPPPConfigurePacket& ack) in ParseAck() 89 _KPPPMRUHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 90 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest() 102 _KPPPMRUHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck()
|
H A D | _KPPPAuthenticationHandler.cpp | 53 _KPPPAuthenticationHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 109 _KPPPAuthenticationHandler::ParseNak(const KPPPConfigurePacket& nak) in ParseNak() 147 _KPPPAuthenticationHandler::ParseReject(const KPPPConfigurePacket& reject) in ParseReject() 158 _KPPPAuthenticationHandler::ParseAck(const KPPPConfigurePacket& ack) in ParseAck() 181 _KPPPAuthenticationHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 182 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest() 230 _KPPPAuthenticationHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck()
|
H A D | Jamfile | 17 KPPPConfigurePacket.cpp
|
H A D | KPPPStateMachine.cpp | 1076 KPPPConfigurePacket ack(packet); in RCAEvent() 1151 KPPPConfigurePacket nak_reject(packet); in RCNEvent() 1487 KPPPConfigurePacket request(packet); in RCREvent() 1488 KPPPConfigurePacket nak(PPP_CONFIGURE_NAK); in RCREvent() 1489 KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT); in RCREvent() 1738 KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST); in SendConfigureRequest() 1770 KPPPConfigurePacket ack(packet); in SendConfigureAck()
|
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/ |
H A D | KPPPOptionHandler.h | 15 class KPPPConfigurePacket; variable 56 virtual status_t AddToRequest(KPPPConfigurePacket& request); 57 virtual status_t ParseNak(const KPPPConfigurePacket& nak); 59 virtual status_t ParseReject(const KPPPConfigurePacket& reject); 61 virtual status_t ParseAck(const KPPPConfigurePacket& ack); 64 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 65 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject); 66 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
|
H A D | KPPPConfigurePacket.h | 23 class KPPPConfigurePacket { 26 KPPPConfigurePacket(const KPPPConfigurePacket& copy); 27 KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy); 30 KPPPConfigurePacket(uint8 code); 31 KPPPConfigurePacket(net_buffer *packet); 32 ~KPPPConfigurePacket();
|
/haiku/src/add-ons/kernel/network/ppp/modem/ |
H A D | ACFCHandler.h | 41 virtual status_t AddToRequest(KPPPConfigurePacket& request); 42 virtual status_t ParseNak(const KPPPConfigurePacket& nak); 43 virtual status_t ParseReject(const KPPPConfigurePacket& reject); 44 virtual status_t ParseAck(const KPPPConfigurePacket& ack); 46 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 47 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject); 48 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
|
H A D | ACFCHandler.cpp | 24 ACFCHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 40 ACFCHandler::ParseNak(const KPPPConfigurePacket& nak) in ParseNak() 51 ACFCHandler::ParseReject(const KPPPConfigurePacket& reject) in ParseReject() 65 ACFCHandler::ParseAck(const KPPPConfigurePacket& ack) in ParseAck() 81 ACFCHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 82 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest() 99 ACFCHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck()
|
/haiku/src/add-ons/kernel/network/ppp/pap/ |
H A D | Protocol.h | 38 virtual status_t AddToRequest(KPPPConfigurePacket& request); 39 virtual status_t SendingAck(const KPPPConfigurePacket&); 40 virtual status_t ParseRequest(const KPPPConfigurePacket& request, 41 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
|
H A D | Protocol.cpp | 38 PAPHandler::SendingAck(const KPPPConfigurePacket& ack) in SendingAck() 46 PAPHandler::AddToRequest(KPPPConfigurePacket& request) in AddToRequest() 64 PAPHandler::ParseRequest(const KPPPConfigurePacket& request, in ParseRequest() 65 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject) in ParseRequest()
|
/haiku/src/tests/add-ons/kernel/network/ppp/shared/libkernelppp/ |
H A D | Jamfile | 9 KPPPConfigurePacket.cpp
|
/haiku/src/add-ons/kernel/network/ppp/ipcp/ |
H A D | Protocol.cpp | 729 KPPPConfigurePacket request(packet); in RCREvent() 730 KPPPConfigurePacket nak(PPP_CONFIGURE_NAK); in RCREvent() 731 KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT); in RCREvent() 946 KPPPConfigurePacket ack(packet); in RCAEvent() 1054 KPPPConfigurePacket nak_reject(packet); in RCNEvent() 1358 KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST); in SendConfigureRequest() 1414 KPPPConfigurePacket ack(packet); in SendConfigureAck()
|