Searched refs:IPPROTO_VRRP (Results 1 – 9 of 9) sorted by relevance
/external/scapy/scapy/layers/ |
D | vrrp.py | 18 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/ |
D | ipproto.h | 132 #ifndef IPPROTO_VRRP 133 #define IPPROTO_VRRP 112 macro
|
D | ipproto.c | 49 { IPPROTO_VRRP, "VRRP" },
|
D | print-vrrp.c | 152 len, len, IPPROTO_VRRP); in vrrp_print()
|
D | print-ip.c | 480 case IPPROTO_VRRP: in ip_print_demux()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5141 #ifdef IPPROTO_VRRP 5142 PyModule_AddIntConstant(m, "IPPROTO_VRRP", IPPROTO_VRRP);
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1137 pub const IPPROTO_VRRP: ::c_int = 112; constant
|
/external/libpcap/ |
D | gencode.c | 5352 #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/ |
D | socketmodule.c | 7962 #ifdef IPPROTO_VRRP 7963 PyModule_AddIntMacro(m, IPPROTO_VRRP);
|