Lines Matching defs:code
183 * Convert EAP state code to printable string for debug.
2071 u_char code, id;
2075 * Parse header (code, id and length). If packet too short,
2082 GETCHAR(code, inp);
2092 /* Dispatch based on message code */
2093 switch (code) {
2112 default: /* XXX Need code reject */
2114 ppp_warn("EAP: unknown code %d received", code);
2136 int code, id, len, rtype, vallen;
2143 GETCHAR(code, inp);
2149 if (code >= 1 && code <= (int)LWIP_ARRAYSIZE(eap_codenames))
2150 printer(arg, " %s", eap_codenames[code-1]);
2152 printer(arg, " code=0x%x", code);
2155 switch (code) {