Home
last modified time | relevance | path

Searched refs:TLV_SPACE (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtipc_config.h273 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen))) macro
287 return (space >= TLV_SPACE(0)) && in TLV_OK()
308 return TLV_SPACE(len); in TLV_SET()