Home
last modified time | relevance | path

Searched refs:IPCP (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp37 struct IPCP : public ModulePass { struct
39 IPCP() : ModulePass(ID) { in IPCP() argument
258 char IPCP::ID = 0;
259 INITIALIZE_PASS(IPCP, "ipconstprop",
262 ModulePass *llvm::createIPConstantPropagationPass() { return new IPCP(); } in createIPConstantPropagationPass()
264 bool IPCP::runOnModule(Module &M) { in runOnModule()
/freebsd-12.1/contrib/netbsd-tests/ipf/input/
H A Dni13124 # 23:18:36.564803 192.168.113.3 > 192.168.113.1: gre [KSv1] ID:4000 S:3 ppp: IPCP 18: Conf-Req(1), …
185 # 23:18:36.590023 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:6 A:7 ppp: IPCP 36: Conf-Req…
193 # 23:18:36.590489 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:8 A:6 ppp: IPCP 30: Conf-Rej…
201 # 23:18:36.591003 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:7 A:8 ppp: IPCP 12: Conf-Rej…
207 # 23:18:36.593819 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:9 A:7 ppp: IPCP 12: Conf-Req…
H A Dni16128 # 23:18:36.564803 192.168.113.3 > 192.168.113.1: gre [KSv1] ID:4000 S:3 ppp: IPCP 18: Conf-Req(1), …
189 # 23:18:36.590023 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:6 A:7 ppp: IPCP 36: Conf-Req…
197 # 23:18:36.590489 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:8 A:6 ppp: IPCP 30: Conf-Rej…
205 # 23:18:36.591003 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:7 A:8 ppp: IPCP 12: Conf-Rej…
211 # 23:18:36.593819 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:9 A:7 ppp: IPCP 12: Conf-Req…
H A Dni14128 # 23:18:36.564803 192.168.113.3 > 192.168.113.1: gre [KSv1] ID:4000 S:3 ppp: IPCP 18: Conf-Req(1), …
189 # 23:18:36.590023 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:6 A:7 ppp: IPCP 36: Conf-Req…
197 # 23:18:36.590489 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:8 A:6 ppp: IPCP 30: Conf-Rej…
205 # 23:18:36.591003 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:7 A:8 ppp: IPCP 12: Conf-Rej…
211 # 23:18:36.593819 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:9 A:7 ppp: IPCP 12: Conf-Req…
H A Dni15128 # 23:18:36.564803 192.168.113.3 > 192.168.113.1: gre [KSv1] ID:4000 S:3 ppp: IPCP 18: Conf-Req(1), …
189 # 23:18:36.590023 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:6 A:7 ppp: IPCP 36: Conf-Req…
197 # 23:18:36.590489 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:8 A:6 ppp: IPCP 30: Conf-Rej…
205 # 23:18:36.591003 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:7 A:8 ppp: IPCP 12: Conf-Rej…
211 # 23:18:36.593819 192.168.113.3 > 192.168.113.1: gre [KSAv1] ID:4000 S:9 A:7 ppp: IPCP 12: Conf-Req…
/freebsd-12.1/usr.sbin/ppp/
H A Dppp.conf12 set log Phase Chat LCP IPCP CCP tun command
H A DREADME.changes36 o The `set log LCP' command was split into LCP, IPCP and CCP logs.
61 o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
79 have an IPCP stopped timer.
/freebsd-12.1/share/examples/ppp/
H A Dppp.conf.sample31 set log Phase Chat LCP IPCP CCP tun command
64 # and when any of the IP numbers are changed in IPCP negotiations.
207 set log local LCP IPCP CCP
/freebsd-12.1/contrib/tcpdump/
H A DCHANGES653 Add support for further dissection of the IPCP Compression Option
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20059728 * ipa-cp.c: New file. Contains IPCP specific functionality.
9730 used by several interprocedural data flow optimizations (and also IPCP).
9734 * timevar.def: Add IPCP optimization.