int addattr(struct nlmsghdr *n, int maxlen, int type); int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data); int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data); int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data); int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data); int addattrstrz(struct nlmsghdr *n, int maxlen, int type, constchar *data); int addattr_l(struct nlmsghdr *n, int maxlen, int type, constvoid *data, int alen); int addraw_l(struct nlmsghdr *n, int maxlen, constvoid *data, int len); struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type); int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest); #endif/* NETLINK_HELPERS_H */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.