Home | History | Annotate | Download | only in pppd

Lines Matching defs:code

10  * 1. Redistributions of source code must retain the above copyright
203 * Callbacks for fsm code. (CI = Configuration Information)
499 * lcp_extcode - Handle a LCP-specific code.
502 lcp_extcode(f, code, id, inp, len)
504 int code, id;
510 switch( code ){
961 #define NAKCICHAP(opt, neg, code) \
971 code \
973 #define NAKCICHAR(opt, neg, code) \
982 code \
984 #define NAKCISHORT(opt, neg, code) \
993 code \
995 #define NAKCILONG(opt, neg, code) \
1004 code \
1006 #define NAKCILQR(opt, neg, code) \
1016 code \
1032 * the code below. Any such assignment is a BUG!
1493 int rc = CONFACK; /* Final packet return code */
1494 int orc; /* Individual option return code */
1841 * code would go here. The extra NAKs would go at *nakp.
1863 return (rc); /* Return final code */
1977 int code, id, len, olen, i;
1985 GETCHAR(code, p);
1991 if (code >= 1 && code <= sizeof(lcp_codenames) / sizeof(char *))
1992 printer(arg, " %s", lcp_codenames[code-1]);
1994 printer(arg, " code=0x%x", code);
1997 switch (code) {
2004 GETCHAR(code, p);
2013 switch (code) {
2148 GETCHAR(code, p);
2149 printer(arg, " %.2x", code);
2179 GETCHAR(code, p);
2180 printer(arg, " %.2x", code);