HomeSort by relevance Sort by last modified time
    Searched refs:TLV_LENGTH (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 272 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
273 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
274 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
302 tlv_len = TLV_LENGTH(len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 272 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
273 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
274 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
302 tlv_len = TLV_LENGTH(len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 272 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
273 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))
274 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
302 tlv_len = TLV_LENGTH(len);

Completed in 139 milliseconds