Home
last modified time | relevance | path

Searched refs:IPPROTO_VRRP (Results 1 – 9 of 9) sorted by relevance

/external/scapy/scapy/layers/
Dvrrp.py18 IPPROTO_VRRP=112 variable
87 bind_layers( IP, VRRP, proto=IPPROTO_VRRP)
88 bind_layers( IP, VRRPv3, proto=IPPROTO_VRRP)
89 bind_layers( IPv6, VRRPv3, nh=IPPROTO_VRRP)
/external/tcpdump/
Dipproto.h132 #ifndef IPPROTO_VRRP
133 #define IPPROTO_VRRP 112 macro
Dipproto.c49 { IPPROTO_VRRP, "VRRP" },
Dprint-vrrp.c152 len, len, IPPROTO_VRRP); in vrrp_print()
Dprint-ip.c480 case IPPROTO_VRRP: in ip_print_demux()
/external/python/cpython2/Modules/
Dsocketmodule.c5141 #ifdef IPPROTO_VRRP
5142 PyModule_AddIntConstant(m, "IPPROTO_VRRP", IPPROTO_VRRP);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1137 pub const IPPROTO_VRRP: ::c_int = 112; constant
/external/libpcap/
Dgencode.c5352 #ifndef IPPROTO_VRRP in gen_proto_abbrev_internal()
5353 #define IPPROTO_VRRP 112 in gen_proto_abbrev_internal() macro
5357 b1 = gen_proto(cstate, IPPROTO_VRRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
/external/python/cpython3/Modules/
Dsocketmodule.c7962 #ifdef IPPROTO_VRRP
7963 PyModule_AddIntMacro(m, IPPROTO_VRRP);