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 */
583 upap_sresp(u, code, id, msg, msglen)
585 u_char code, id;
596 PUTCHAR(code, outp);
618 int code, id, len;
626 GETCHAR(code, p);
632 if (code >= 1 && code <= sizeof(upap_codenames) / sizeof(char *))
633 printer(arg, " %s", upap_codenames[code-1]);
635 printer(arg, " code=0x%x", code);
638 switch (code) {
677 GETCHAR(code, p);
678 printer(arg, " %.2x", code);