Lines Matching refs:ie_len
442 uint8_t ie_len;
451 uint8_t ie_type,ie_len;
492 ie_len=GET_U_1(tptr + 1);
497 ie_len);
500 if (ie_type == 0 || ie_len <= sizeof(struct ie_tlv_header_t))
503 ND_TCHECK_LEN(tptr, ie_len);
506 ie_len-=sizeof(struct ie_tlv_header_t);
513 if (ie_len != 4) {
514 ND_PRINT("[IE data length %d != 4]", ie_len);
523 for (idx = 0; idx < ie_len && idx < MFR_ID_STRING_MAXLEN; idx++) {
538 if (ie_len > 14) {
539 ND_PRINT("[Timestamp IE length %d > 14]", ie_len);
556 print_unknown_data(ndo, tptr, "\n\t ", ie_len);
562 print_unknown_data(ndo, tptr, "\n\t ", ie_len);
564 tlen-=ie_len;
565 tptr+=ie_len;