Home | History | Annotate | Download | only in pppd

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
183 * Callbacks for fsm code. (CI = Configuration Information)
260 * Protocol entry points from main code.
694 #define NAKCIIFACEID(opt, neg, code) \
703 code \
706 #define NAKCIVJ(opt, neg, code) \
715 code \
900 int rc = CONFACK; /* Final packet return code */
901 int orc; /* Individual option return code */
1064 return (rc); /* Return final code */
1083 * configure/hard-code the id
1440 int code, id, len, olen;
1448 GETCHAR(code, p);
1454 if (code >= 1 && code <= sizeof(ipv6cp_codenames) / sizeof(char *))
1455 printer(arg, " %s", ipv6cp_codenames[code-1]);
1457 printer(arg, " code=0x%x", code);
1460 switch (code) {
1467 GETCHAR(code, p);
1476 switch (code) {
1494 GETCHAR(code, p);
1495 printer(arg, " %.2x", code);
1514 GETCHAR(code, p);
1515 printer(arg, " %.2x", code);