Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A Deap.c2127 static const char* const eap_typenames[] = { variable
2163 if (rtype >= 1 && rtype <= (int)LWIP_ARRAYSIZE(eap_typenames)) in eap_printpkt()
2164 printer(arg, " %s", eap_typenames[rtype-1]); in eap_printpkt()
2301 if (rtype >= 1 && rtype <= (int)LWIP_ARRAYSIZE(eap_typenames)) in eap_printpkt()
2302 printer(arg, " %s", eap_typenames[rtype-1]); in eap_printpkt()
2324 if (rtype >= 1 && rtype < (int)LWIP_ARRAYSIZE(eap_typenames)) in eap_printpkt()
2325 printer(arg, " (%s)", eap_typenames[rtype-1]); in eap_printpkt()

Completed in 3 milliseconds