Lines Matching defs:code
10 * 1. Redistributions of source code must retain the above copyright
100 * Callbacks for fsm code. (CI = Configuration Information)
230 * Protocol entry points from main code.
986 #define NAKCIADDRS(opt, neg, code) \
998 code \
1001 #define NAKCIVJ(opt, neg, code) \
1010 code \
1013 #define NAKCIADDR(opt, neg, code) \
1023 code \
1026 #define NAKCIDNS(opt, neg, code) \
1036 code \
1331 int rc = CONFACK; /* Final packet return code */
1332 int orc; /* Individual option return code */
1598 return (rc); /* Return final code */
2036 int code, id, len, olen;
2044 GETCHAR(code, p);
2050 if (code >= 1 && code <= sizeof(ipcp_codenames) / sizeof(char *))
2051 printer(arg, " %s", ipcp_codenames[code-1]);
2053 printer(arg, " code=0x%x", code);
2056 switch (code) {
2063 GETCHAR(code, p);
2072 switch (code) {
2110 printer(arg, "ms-dns%d %I", code - CI_MS_DNS1 + 1,
2121 GETCHAR(code, p);
2122 printer(arg, " %.2x", code);
2141 GETCHAR(code, p);
2142 printer(arg, " %.2x", code);