Lines Matching defs:code
12 * Part of the code in this driver was inspired by the old async-only
493 * to the ppp_generic code, and to tell the ppp_generic code
551 * LCP packets with code values between 1 (configure-reqest)
552 * and 7 (code-reject) must be sent as though no options
950 #define CONFREQ 1 /* LCP code field values */
958 int dlen, fcs, i, code;
963 if (len < 4) /* 4 = code, ID, length */
965 code = data[0];
966 if (code != CONFACK && code != CONFREQ)
972 if (code == (inbound? CONFACK: CONFREQ)) {
998 /* data[0] is code, data[1] is length */