Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-vrrp.c93 #define VRRP_AUTH_NONE 0 macro
98 { VRRP_AUTH_NONE, "none" },
109 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ in vrrp_print()