Searched refs:TLV_HDR_LEN (Results 1 – 2 of 2) sorted by relevance
58 uint16_t len = TLV_HDR_LEN; in gen_sequence_tlv()135 uint16_t len = TLV_HDR_LEN; in len_route_tlv()196 tlvlen = TLV_HDR_LEN; in gen_route_tlv()284 if (len < TLV_HDR_LEN) { in tlv_decode_seq()288 buf += TLV_HDR_LEN; in tlv_decode_seq()289 len -= TLV_HDR_LEN; in tlv_decode_seq()395 offset = TLV_HDR_LEN; in tlv_decode_route()
131 #define TLV_HDR_LEN 4 macro