Lines Matching defs:hexlen
395 int hexlen;
410 for (hexlen = 0; hexlen <= len; hexlen++) {
411 if (hex_to_bin(elm->rxbuf[hexlen]) < 0 &&
412 elm->rxbuf[hexlen] != ' ') {
420 if (hexlen < len && !isdigit(elm->rxbuf[hexlen]) &&
421 !isupper(elm->rxbuf[hexlen]) && '<' != elm->rxbuf[hexlen] &&
422 ' ' != elm->rxbuf[hexlen]) {
449 if (hexlen < datastart) {
457 /* From here on all chars up to buf[hexlen] are hex or spaces,
481 if (elm->rxfill >= hexlen + 3 &&
482 !memcmp(&elm->rxbuf[hexlen], "RTR", 3)) {
490 (hexlen < frame->len * 3 + datastart)) {