Home
last modified time | relevance | path

Searched refs:tlv_desc (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.h264 struct tlv_desc { struct
272 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) argument
288 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
299 struct tlv_desc *tlv_ptr; in TLV_SET()
303 tlv_ptr = (struct tlv_desc *)tlv; in TLV_SET()
317 struct tlv_desc *tlv_ptr; /* ptr to current TLV */
324 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT()
347 list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr + tlv_space); in TLV_LIST_STEP()