Home
last modified time | relevance | path

Searched refs:IPPROTO_VRRP (Results 1 – 11 of 11) 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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_netbsd_amd64.go880 IPPROTO_VRRP = 0x70 const
Dzerrors_netbsd_386.go890 IPPROTO_VRRP = 0x70 const
Dzerrors_netbsd_arm.go872 IPPROTO_VRRP = 0x70 const
/external/python/cpython2/Modules/
Dsocketmodule.c5141 #ifdef IPPROTO_VRRP
5142 PyModule_AddIntConstant(m, "IPPROTO_VRRP", IPPROTO_VRRP);
/external/libpcap/
Dgencode.c5153 #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/
Dsocketmodule.c7529 #ifdef IPPROTO_VRRP
7530 PyModule_AddIntMacro(m, IPPROTO_VRRP);