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

  /external/libnl/tests/
test-genl.c 22 if ((err = nla_put_u32(msg, CTRL_ATTR_FAMILY_ID, GENL_ID_CTRL)) < 0)
  /external/libnl/lib/netfilter/
log.c 139 nla_put_u32(msg, NFULA_CFG_TIMEOUT,
144 nla_put_u32(msg, NFULA_CFG_NLBUFSIZ,
149 nla_put_u32(msg, NFULA_CFG_QTHRESH,
queue.c 125 nla_put_u32(msg, NFQA_CFG_QUEUE_MAXLEN,
queue_msg.c 182 nla_put_u32(nlmsg, NFQA_MARK,
  /external/libnl/include/netlink/
attr.h 106 extern int nla_put_u32(struct nl_msg *, int, uint32_t);
187 #define NLA_PUT_U32(msg, attrtype, value) \
  /external/libnl/lib/
attr.c 168 * nla_put_u32(msg, ATTR_FOO, 123);
236 * nla_put_u32(msg, ATTR_FOO, 123);
264 * NLA_PUT_U32(msg, ATTR_FOO, 10);
295 * NLA_PUT_U32(msg, IFLA_MTU, mtu);
950 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) function
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 728 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, bss->ifindex);
917 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
    [all...]

Completed in 986 milliseconds