Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-eap.c60 #define EAP_REQUEST 1 macro
66 { EAP_REQUEST, "Request" },
170 if (type == EAP_REQUEST || type == EAP_RESPONSE) { in eap_print()