They are redundant because they are identical to ND_TCHECK_4(e), followed
by a GET_BE_U_4(e), same e, which do the bounds check.
- ND_TCHECK_LEN(bp, sizeof(uint32_t));
ivl = GET_BE_U_4(bp);
bp += sizeof(uint32_t);
ivl = GET_BE_U_4(bp);
bp += sizeof(uint32_t);
- ND_TCHECK_LEN(bp, sizeof(uint32_t));
rnd = GET_BE_U_4(bp);
bp += sizeof(uint32_t);
rnd = GET_BE_U_4(bp);
bp += sizeof(uint32_t);
- ND_TCHECK_LEN(bp, sizeof(uint32_t));
mask = GET_BE_U_4(bp);
bp += sizeof(uint32_t);
mask = GET_BE_U_4(bp);
bp += sizeof(uint32_t);