Home
last modified time | relevance | path

Searched refs:PPP_LCP (Results 1 – 25 of 89) sorted by relevance

1234

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_PPP.h207 PPP_LCP *Lcp; // LCP packet data
213 struct PPP_LCP struct
288 void FreePPPLCP(PPP_LCP *c);
289 PPP_LCP *NewPPPLCP(UCHAR code, UCHAR id);
290 PPP_LCP *ParseLCP(USHORT protocol, void *data, UINT size);
291 BUF *BuildLCPData(PPP_LCP *c);
292 PPP_OPTION *GetOptionValue(PPP_LCP *c, UCHAR type);
305 bool PPPGetIPOptionFromLCP(PPP_IPOPTION *o, PPP_LCP *c);
306 bool PPPSetIPOptionToLCP(PPP_IPOPTION *o, PPP_LCP *c, bool only_modify);
307 bool PPPGetIPAddressValueFromLCP(PPP_LCP *c, UINT type, IP *ip);
[all …]
H A DIPsec_PPP.c112 PPP_LCP *c; in PPPThread()
693 bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c) in PPPSendRequest()
1515 bool PPPGetIPOptionFromLCP(PPP_IPOPTION *o, PPP_LCP *c) in PPPGetIPOptionFromLCP()
2238 BUF *BuildLCPData(PPP_LCP *c) in BuildLCPData()
2291 PPP_LCP *ParseLCP(USHORT protocol, void *data, UINT size) in ParseLCP()
2294 PPP_LCP *c; in ParseLCP()
2304 c = ZeroMalloc(sizeof(PPP_LCP)); in ParseLCP()
2482 PPP_OPTION *GetOptionValue(PPP_LCP *c, UCHAR type) in GetOptionValue()
2505 PPP_LCP *NewPPPLCP(UCHAR code, UCHAR id) in NewPPPLCP()
2507 PPP_LCP *c = ZeroMalloc(sizeof(PPP_LCP)); in NewPPPLCP()
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_PPP.h207 PPP_LCP *Lcp; // LCP packet data
213 struct PPP_LCP struct
288 void FreePPPLCP(PPP_LCP *c);
289 PPP_LCP *NewPPPLCP(UCHAR code, UCHAR id);
290 PPP_LCP *ParseLCP(USHORT protocol, void *data, UINT size);
291 BUF *BuildLCPData(PPP_LCP *c);
292 PPP_OPTION *GetOptionValue(PPP_LCP *c, UCHAR type);
305 bool PPPGetIPOptionFromLCP(PPP_IPOPTION *o, PPP_LCP *c);
306 bool PPPSetIPOptionToLCP(PPP_IPOPTION *o, PPP_LCP *c, bool only_modify);
307 bool PPPGetIPAddressValueFromLCP(PPP_LCP *c, UINT type, IP *ip);
[all …]
H A DIPsec_PPP.c112 PPP_LCP *c; in PPPThread()
693 bool PPPSendRequest(PPP_SESSION *p, USHORT protocol, PPP_LCP *c) in PPPSendRequest()
1515 bool PPPGetIPOptionFromLCP(PPP_IPOPTION *o, PPP_LCP *c) in PPPGetIPOptionFromLCP()
2238 BUF *BuildLCPData(PPP_LCP *c) in BuildLCPData()
2291 PPP_LCP *ParseLCP(USHORT protocol, void *data, UINT size) in ParseLCP()
2294 PPP_LCP *c; in ParseLCP()
2304 c = ZeroMalloc(sizeof(PPP_LCP)); in ParseLCP()
2482 PPP_OPTION *GetOptionValue(PPP_LCP *c, UCHAR type) in GetOptionValue()
2505 PPP_LCP *NewPPPLCP(UCHAR code, UCHAR id) in NewPPPLCP()
2507 PPP_LCP *c = ZeroMalloc(sizeof(PPP_LCP)); in NewPPPLCP()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_PPP.h158 PPP_LCP *Lcp; // LCP packet data
164 struct PPP_LCP struct
373 PPP_LCP *NewPPPLCP(UCHAR code, UCHAR id);
377 PPP_LCP *PPPParseLCP(USHORT protocol, void *data, UINT size);
381 BUF *BuildLCPData(PPP_LCP *c);
382 PPP_LCP *BuildMSCHAP2ChallengePacket(PPP_SESSION *p);
384 bool PPPGetIPOptionFromLCP(PPP_IPOPTION *o, PPP_LCP *c);
386 bool PPPGetIPAddressValueFromLCP(PPP_LCP *c, UINT type, IP *ip);
392 PPP_LCP *BuildEAPTlsRequest(UCHAR id, UINT datasize, UCHAR flags);
394 PPP_OPTION *PPPGetOptionValue(PPP_LCP *c, UCHAR type);
[all …]
H A DProto_PPP.c76 PPP_LCP *lcp; in PPPThread()
248 PPP_LCP *lcpEap; in PPPThread()
1015 PPP_LCP *lcp; in PPPProcessCHAPResponsePacket()
1139 PPP_LCP *c; in PPPProcessIPCPResponsePacket()
1204 PPP_LCP *c; in PPPProcessEAPResponsePacket()
2548 PPP_LCP *c = ZeroMalloc(sizeof(PPP_LCP)); in NewPPPLCP()
2651 PPP_LCP *c; in PPPParseLCP()
3008 PPP_LCP *lcp; in BuildMSCHAP2ChallengePacket()
3203 PPP_LCP *lcp; in PPPProcessEAPTlsResponse()
3496 PPP_LCP *lcp_packet; in BuildEAPPacketEx()
[all …]
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dppp.c45 # define PPP_LCP 0xc021 /* Link Control Protocol */ macro
87 case PPP_LCP:
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dppp.py499 class PPP_LCP(Packet): class
666 class PPP_LCP_Configure(PPP_LCP):
683 class PPP_LCP_Terminate(PPP_LCP):
692 class PPP_LCP_Code_Reject(PPP_LCP):
698 PacketField("rejected_packet", None, PPP_LCP),
702 class PPP_LCP_Protocol_Reject(PPP_LCP):
713 class PPP_LCP_Discard_Request(PPP_LCP):
905 bind_layers(PPP, PPP_LCP, proto=0xc021)
/dports/net-mgmt/argus3/argus-3.0.8.2/include/argus/
H A Dppp.h52 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/argus/
H A Dppp.h52 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dppp.h47 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/security/nmap/nmap-7.91/libpcap/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net/libpcap/libpcap-1.10.1/
H A Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Dppp.h53 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/clicknet/
H A Dppp.h58 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-ppp.h58 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/net-mgmt/argus3/argus-3.0.8.2/include/net/
H A Dppp.h66 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/net/
H A Dppp_defs.h67 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dppp_defs.h95 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dppp_defs.h67 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/net/
H A Dppp_defs.h67 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dppp_defs.h47 #define PPP_LCP 0xc021 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dppp_defs.h47 #define PPP_LCP 0xc021 macro

1234