Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:code

6  * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
122 #define CPCODES_CODE_REJ 7 /* Code-Reject */
140 {CPCODES_CODE_REJ, "Code-Reject"},
427 u_int code, len;
441 code = *tptr++;
444 tok2str(cpcodes, "Unknown Opcode",code),
445 code,
465 switch (code) {
482 x = len - 4; /* Code(1), Identifier(1) and Length(2) */
800 u_int code, len;
816 code = *p;
818 tok2str(chapcode_values,"unknown",code),
819 code);
837 switch (code) {
879 u_int code, len;
895 code = *p;
897 tok2str(papcode_values,"unknown",code),
898 code);
919 switch (code) {
1336 if ((proto & 0xff00) == 0x7e00) {/* is this an escape code ? */
1484 * That was what the original tcpdump code did.