Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
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()