HomeSort by relevance Sort by last modified time
    Searched defs:VRRP (Results 1 - 3 of 3) 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.c 374 VRRP = 281,
496 #define VRRP 281
971 "IGRP", "PIM", "VRRP", "CARP", "ATALK", "AARP", "DECNET", "LAT", "SCA",
    [all...]

Completed in 169 milliseconds