HomeSort by relevance Sort by last modified time
    Searched defs:tlv_desc (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
tipc_config.h 125 struct tlv_desc { struct
131 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
135 struct tlv_desc * tlv_ptr;
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 248 struct tlv_desc { struct
256 #define TLV_LENGTH(datalen) (sizeof(struct tlv_desc) + (datalen))
272 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
281 static inline int TLV_GET_LEN(struct tlv_desc *tlv)
286 static inline void TLV_SET_LEN(struct tlv_desc *tlv, __u16 len)
291 static inline int TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type)
296 static inline void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type)
303 struct tlv_desc *tlv_ptr;
307 tlv_ptr = (struct tlv_desc *)tlv
    [all...]

Completed in 331 milliseconds