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

  /external/libnl/lib/route/qdisc/
dsmark.c 145 NLA_PUT_U16(msg, TCA_DSMARK_INDICES, dsmark->qdm_indices);
148 NLA_PUT_U16(msg, TCA_DSMARK_DEFAULT_INDEX,
  /external/libnl/lib/netfilter/
ct.c 474 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT,
478 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT,
483 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID,
495 NLA_PUT_U16(msg, CTA_PROTO_ICMPV6_ID,
549 NLA_PUT_U16(msg, CTA_ZONE, htons(nfnl_ct_get_zone(ct)));
exp.c 387 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT,
390 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT,
395 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID,
477 NLA_PUT_U16(msg, CTA_EXPECT_ZONE, htons(nfnl_exp_get_zone(exp)));
  /external/libnl/include/netlink/
attr.h 104 extern int nla_put_u16(struct nl_msg *, int, uint16_t);
180 #define NLA_PUT_U16(msg, attrtype, value) \
  /external/iw/
wowlan.c 59 NLA_PUT_U16(msg, NL80211_WOWLAN_TCP_SRC_PORT,
81 NLA_PUT_U16(msg, NL80211_WOWLAN_TCP_DST_PORT,
interface.c 513 NLA_PUT_U16(msg, NL80211_ATTR_NOACK_MAP, noack_map);
  /external/libnl/lib/route/link/
ipgre.c 174 NLA_PUT_U16(msg, IFLA_GRE_IFLAGS, ipgre->iflags);
177 NLA_PUT_U16(msg, IFLA_GRE_OFLAGS, ipgre->oflags);
macvlan.c 150 NLA_PUT_U16(msg, IFLA_MACVLAN_FLAGS, mvi->mvi_flags);
sit.c 173 NLA_PUT_U16(msg, IFLA_IPTUN_FLAGS, sit->flags);
vlan.c 274 NLA_PUT_U16(msg, IFLA_VLAN_ID, vi->vi_vlan_id);

Completed in 302 milliseconds