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

/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h242 struct tlv_desc { struct
250 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
266 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
275 static inline int TLV_GET_LEN(struct tlv_desc *tlv)
280 static inline void TLV_SET_LEN(struct tlv_desc *tlv, __u16 len)
285 static inline int TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type)
290 static inline void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type)
297 struct tlv_desc *tlv_ptr;
301 tlv_ptr = (struct tlv_desc *)tl
[all...]

Completed in 85 milliseconds