HomeSort by relevance Sort by last modified time
    Searched refs:VRRP (Results 1 - 6 of 6) sorted by null

  /external/scapy/scapy/layers/
vrrp.py 8 VRRP (Virtual Router Redundancy Protocol).
20 # RFC 3768 - Virtual Router Redundancy Protocol (VRRP)
21 class VRRP(Packet):
48 return VRRP
51 # RFC 5798 - Virtual Router Redundancy Protocol (VRRP) Version 3
73 warning("No IP(v6) layer to compute checksum on VRRP. Leaving null")
83 return VRRP
87 bind_layers( IP, VRRP, proto=IPPROTO_VRRP)
  /external/libpcap/
grammar.h 71 VRRP = 281,
193 #define VRRP 281
grammar.y 304 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
498 | VRRP { $$ = Q_VRRP; }
grammar.c 374 VRRP = 281,
496 #define VRRP 281
971 "IGRP", "PIM", "VRRP", "CARP", "ATALK", "AARP", "DECNET", "LAT", "SCA",
    [all...]
scanner.l 256 vrrp return VRRP;
scanner.c     [all...]

Completed in 101 milliseconds