Lines Matching defs:code
12 * Part of the code in this driver was inspired by the old async-only
482 * to the ppp_generic code, and to tell the ppp_generic code
540 * LCP packets with code values between 1 (configure-reqest)
541 * and 7 (code-reject) must be sent as though no options
938 #define CONFREQ 1 /* LCP code field values */
946 int dlen, fcs, i, code;
951 if (len < 4) /* 4 = code, ID, length */
953 code = data[0];
954 if (code != CONFACK && code != CONFREQ)
960 if (code == (inbound? CONFACK: CONFREQ)) {
986 /* data[0] is code, data[1] is length */