Lines Matching defs:code
10 * 1. Redistributions of source code must retain the above copyright
166 * Protocol entry points from main code.
212 * Callbacks for fsm code.
485 * Handle a CCP-specific code.
487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) {
492 switch (code) {
971 * Peer wants us to use a different code size or something.
1298 * Check whether we can do BSD-Compress with the code
1299 * size they want. If the code size is too big, reduce
1524 int code, id, len;
1530 code = p[0];
1536 if (code >= 1 && code <= (int)LWIP_ARRAYSIZE(ccp_codenames) && ccp_codenames[code-1] != NULL)
1537 printer(arg, " %s", ccp_codenames[code-1]);
1539 printer(arg, " code=0x%x", code);
1544 switch (code) {
1551 code = p[0];
1558 switch (code) {
1585 (code == CI_DEFLATE_DRAFT? "(old#)": ""),