Home
last modified time | relevance | path

Searched refs:tlv_len (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtipc_config.h265 __be16 tlv_len; /* TLV length (descriptor + value) */ member
288 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()
300 int tlv_len; in TLV_SET() local
302 tlv_len = TLV_LENGTH(len); in TLV_SET()
305 tlv_ptr->tlv_len = htons(tlv_len); in TLV_SET()
307 memcpy(TLV_DATA(tlv_ptr), data, tlv_len); in TLV_SET()
345 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP()