Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-eap.c61 #define EAP_RESPONSE 2 macro
67 { EAP_RESPONSE, "Response" },
170 if (type == EAP_REQUEST || type == EAP_RESPONSE) { in eap_print()