Home
last modified time | relevance | path

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

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