OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLV_LENGTH
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
tipc_config.h
131
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
132
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
133
#define TLV_DATA(tlv) ((void *) ((char *) (tlv) +
TLV_LENGTH
(0)))
/external/kernel-headers/original/uapi/linux/
tipc_config.h
256
#define
TLV_LENGTH
(datalen) (sizeof(struct tlv_desc) + (datalen))
257
#define TLV_SPACE(datalen) (TLV_ALIGN(
TLV_LENGTH
(datalen)))
258
#define TLV_DATA(tlv) ((void *)((char *)(tlv) +
TLV_LENGTH
(0)))
306
tlv_len =
TLV_LENGTH
(len);
Completed in 190 milliseconds