Searched defs:exp_type (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Dtipc_config.h299 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
302 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
341 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) argument
343 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dtipc_config.h275 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
317 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) argument
319 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);

Completed in 67 milliseconds