Searched refs:IPPROTO_VRRP (Results 1 – 11 of 11) 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/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_netbsd_amd64.go | 880 IPPROTO_VRRP = 0x70 const
|
D | zerrors_netbsd_386.go | 890 IPPROTO_VRRP = 0x70 const
|
D | zerrors_netbsd_arm.go | 872 IPPROTO_VRRP = 0x70 const
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5141 #ifdef IPPROTO_VRRP 5142 PyModule_AddIntConstant(m, "IPPROTO_VRRP", IPPROTO_VRRP);
|
/external/libpcap/ |
D | gencode.c | 5153 #ifndef IPPROTO_VRRP in gen_proto_abbrev() 5154 #define IPPROTO_VRRP 112 in gen_proto_abbrev() macro 5158 b1 = gen_proto(cstate, IPPROTO_VRRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev()
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7529 #ifdef IPPROTO_VRRP 7530 PyModule_AddIntMacro(m, IPPROTO_VRRP);
|