Home
last modified time | relevance | path

Searched refs:tlv_space (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.h318 __u32 tlv_space; /* # bytes from curr TLV to list end */ member
325 list->tlv_space = space; in TLV_LIST_INIT()
330 return (list->tlv_space == 0); in TLV_LIST_EMPTY()
335 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
345 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP() local
347 list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr + tlv_space); in TLV_LIST_STEP()
348 list->tlv_space -= tlv_space; in TLV_LIST_STEP()