HomeSort by relevance Sort by last modified time
    Searched refs:nla_put_flag (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/
attr.h 117 extern int nla_put_flag(struct nl_msg *, int);
213 #define NLA_PUT_FLAG(msg, attrtype) \
  /external/libnl/lib/
attr.c 206 * // nla_put_flag() appends a zero sized attribute to the message.
207 * nla_put_flag(msg, ATTR_FLAG);
1045 int nla_put_flag(struct nl_msg *msg, int attrtype) function
    [all...]

Completed in 710 milliseconds