Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dnetlink.h80 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN)) macro
81 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
82 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0)))