Lines Matching defs:code
340 u_char code, id;
344 * Parse header (code, id and length).
352 GETCHAR(code, inp);
363 * Action depends on code.
365 switch (code) {
379 warn("Unknown PAP code (%d) received.", code);
635 upap_sresp(u, code, id, msg, msglen)
637 u_char code, id;
648 PUTCHAR(code, outp);
670 int code, id, len;
678 GETCHAR(code, p);
684 if (code >= 1 && code <= Dim(upap_codenames))
685 printer(arg, " %s", upap_codenames[code-1]);
687 printer(arg, " code=0x%x", code);
690 switch (code) {
729 GETCHAR(code, p);
730 printer(arg, " %.2x", code);