Searched refs:ChapCodenames (Results 1 – 1 of 1) sorted by relevance
842 static char *ChapCodenames[] = { variable865 if (code >= 1 && code <= sizeof(ChapCodenames) / sizeof(char *)) { in ChapPrintPkt()866 printer(arg, " %s", ChapCodenames[code-1]); in ChapPrintPkt()