Home
last modified time | relevance | path

Searched refs:VRRP_AUTH_SIMPLE (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-vrrp.c77 #define VRRP_AUTH_SIMPLE 1 macro
82 { VRRP_AUTH_SIMPLE, "simple" },
134 if (auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */ in vrrp_print()