Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.c842 static char *ChapCodenames[] = { variable
865 if (code >= 1 && code <= sizeof(ChapCodenames) / sizeof(char *)) { in ChapPrintPkt()
866 printer(arg, " %s", ChapCodenames[code-1]); in ChapPrintPkt()

Completed in 3 milliseconds