Lines Matching defs:code
10 * 1. Redistributions of source code must retain the above copyright
84 This software is derived from source code from
106 * 1. Redistributions of source code must retain the above copyright
177 * Callbacks for fsm code. (CI = Configuration Information)
251 * Protocol entry points from main code.
690 #define NAKCIIFACEID(opt, neg, code) \
699 code \
703 #define NAKCIVJ(opt, neg, code) \
712 code \
899 int rc = CONFACK; /* Final packet return code */
900 int orc; /* Individual option return code */
1060 return (rc); /* Return final code */
1076 * configure/hard-code the id
1403 int code, id, len, olen;
1413 GETCHAR(code, p);
1419 if (code >= 1 && code <= (int)LWIP_ARRAYSIZE(ipv6cp_codenames))
1420 printer(arg, " %s", ipv6cp_codenames[code-1]);
1422 printer(arg, " code=0x%x", code);
1425 switch (code) {
1432 GETCHAR(code, p);
1441 switch (code) {
1463 GETCHAR(code, p);
1464 printer(arg, " %.2x", code);
1485 GETCHAR(code, p);
1486 printer(arg, " %.2x", code);