Searched refs:PPP_IPCP (Results 1 – 9 of 9) sorted by relevance
/external/libpcap/ |
D | ppp.h | 43 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
/external/tcpdump/ |
D | ppp.h | 47 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
D | print-ppp.c | 84 { PPP_IPCP, "IPCP" }, 479 case PPP_IPCP: in handle_ctrl_proto() 1462 case PPP_IPCP: in handle_ppp()
|
D | print-juniper.c | 1069 case PPP_IPCP : in juniper_ppp_heuristic_guess()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 95 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 50 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
/external/scapy/scapy/layers/ |
D | ppp.py | 300 class PPP_IPCP(Packet): class 708 bind_layers( PPP, PPP_IPCP, proto=0x8021) 712 bind_layers( Ether, PPP_IPCP, type=0x8021)
|
/external/ppp/pppd/ |
D | ipcp.c | 255 PPP_IPCP, 574 f->protocol = PPP_IPCP;
|
/external/scapy/test/ |
D | regression.uts | 1564 HDLC()/PPP()/PPP_IPCP() 1583 assert(p[PPP_IPCP].code == 1) 1586 p=PPP()/PPP_IPCP(options=[PPP_IPCP_Option_DNS1(data="1.2.3.4"),PPP_IPCP_Option_DNS2(data="5.6.7.8")… 1593 PPP()/PPP_IPCP(options=[PPP_IPCP_Option_DNS1(data="1.2.3.4"),PPP_IPCP_Option_DNS2(data="5.6.7.8"),P…
|