Home
last modified time | relevance | path

Searched refs:NLA_PUT_U16 (Results 1 – 11 of 11) sorted by relevance

/external/libnl/lib/netfilter/
Dct.c474 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT, in nfnl_ct_build_tuple()
478 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT, in nfnl_ct_build_tuple()
483 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID, in nfnl_ct_build_tuple()
495 NLA_PUT_U16(msg, CTA_PROTO_ICMPV6_ID, in nfnl_ct_build_tuple()
549 NLA_PUT_U16(msg, CTA_ZONE, htons(nfnl_ct_get_zone(ct))); in nfnl_ct_build_message()
Dexp.c387 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT, in nfnl_exp_build_tuple()
390 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT, in nfnl_exp_build_tuple()
395 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID, in nfnl_exp_build_tuple()
477 NLA_PUT_U16(msg, CTA_EXPECT_ZONE, htons(nfnl_exp_get_zone(exp))); in nfnl_exp_build_message()
/external/libnl/lib/route/qdisc/
Ddsmark.c145 NLA_PUT_U16(msg, TCA_DSMARK_INDICES, dsmark->qdm_indices); in dsmark_qdisc_msg_fill()
148 NLA_PUT_U16(msg, TCA_DSMARK_DEFAULT_INDEX, in dsmark_qdisc_msg_fill()
/external/iw/
Dwowlan.c59 NLA_PUT_U16(msg, NL80211_WOWLAN_TCP_SRC_PORT, in wowlan_parse_tcp_file()
81 NLA_PUT_U16(msg, NL80211_WOWLAN_TCP_DST_PORT, in wowlan_parse_tcp_file()
Dinterface.c513 NLA_PUT_U16(msg, NL80211_ATTR_NOACK_MAP, noack_map); in handle_interface_noack_map()
/external/libnl/include/netlink/
Dattr.h180 #define NLA_PUT_U16(msg, attrtype, value) \ macro
/external/libnl/lib/route/link/
Dipgre.c174 NLA_PUT_U16(msg, IFLA_GRE_IFLAGS, ipgre->iflags); in ipgre_put_attrs()
177 NLA_PUT_U16(msg, IFLA_GRE_OFLAGS, ipgre->oflags); in ipgre_put_attrs()
Dmacvlan.c150 NLA_PUT_U16(msg, IFLA_MACVLAN_FLAGS, mvi->mvi_flags); in macvlan_put_attrs()
Dsit.c173 NLA_PUT_U16(msg, IFLA_IPTUN_FLAGS, sit->flags); in sit_put_attrs()
Dvlan.c274 NLA_PUT_U16(msg, IFLA_VLAN_ID, vi->vi_vlan_id); in vlan_put_attrs()
/external/libnl/doc/
Dcore.txt2139 NLA_PUT_U16(msg, attrtype, value)