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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtipc_config.h263 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
266 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
305 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) argument
307 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);

Completed in 13 milliseconds