Home
last modified time | relevance | path

Searched refs:eap_codenames (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Deap.c2123 static const char* const eap_codenames[] = { variable
2149 if (code >= 1 && code <= (int)LWIP_ARRAYSIZE(eap_codenames)) in eap_printpkt()
2150 printer(arg, " %s", eap_codenames[code-1]); in eap_printpkt()

Completed in 3 milliseconds