D | attr.h | 143 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument 157 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument 169 #define NLA_PUT_U8(msg, attrtype, value) \ argument 178 #define NLA_PUT_U16(msg, attrtype, value) \ argument 187 #define NLA_PUT_U32(msg, attrtype, value) \ argument 196 #define NLA_PUT_U64(msg, attrtype, value) \ argument 205 #define NLA_PUT_STRING(msg, attrtype, value) \ argument 213 #define NLA_PUT_FLAG(msg, attrtype) \ argument 222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument 231 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument [all …]
|