Home | History | Annotate | Download | only in lib

Lines Matching refs:nl_msg

262  * void my_func(struct nl_msg *msg)
277 * struct nl_msg *build_msg(int ifindex, struct nl_addr *lladdr, int mtu)
279 * struct nl_msg *msg;
331 * int parse_message(struct nl_msg *msg)
798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen)
837 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data)
864 int nla_put_data(struct nl_msg *msg, int attrtype, struct nl_data *data)
879 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr)
900 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value)
925 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value)
950 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value)
975 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value)
1010 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str)
1045 int nla_put_flag(struct nl_msg *msg, int attrtype)
1073 int nla_put_msecs(struct nl_msg *n, int attrtype, unsigned long msecs)
1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested)
1122 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype)
1141 int nla_nest_end(struct nl_msg