Home | History | Annotate | Download | only in pppd

Lines Matching defs:code

10  * 1. Redistributions of source code must retain the above copyright
320 u_char code, id;
324 * Parse header (code, id and length).
332 GETCHAR(code, inp);
346 * Action depends on code.
348 switch (code) {
361 default: /* XXX Need code reject */
584 upap_sresp(u, code, id, msg, msglen)
586 u_char code, id;
597 PUTCHAR(code, outp);
619 int code, id, len;
627 GETCHAR(code, p);
633 if (code >= 1 && code <= sizeof(upap_codenames) / sizeof(char *))
634 printer(arg, " %s", upap_codenames[code-1]);
636 printer(arg, " code=0x%x", code);
639 switch (code) {
678 GETCHAR(code, p);
679 printer(arg, " %.2x", code);