Searched refs:TLV_LENGTH (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dtipc_config.h157 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
159 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
160 #define TLV_DATA(tlv) ((void *) ((char *) (tlv) + TLV_LENGTH(0)))
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dtipc_config.h157 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen)) macro
159 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
160 #define TLV_DATA(tlv) ((void *) ((char *) (tlv) + TLV_LENGTH(0)))

Completed in 91 milliseconds