Home
last modified time | relevance | path

Searched refs:NLA_PUT_U8 (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/sch/
Ddsmark.c217 NLA_PUT_U8(msg, TCA_DSMARK_MASK, dsmark->cdm_bmask); in dsmark_class_get_opts()
220 NLA_PUT_U8(msg, TCA_DSMARK_VALUE, dsmark->cdm_value); in dsmark_class_get_opts()
/external/libnl/lib/netfilter/
Dct.c419 NLA_PUT_U8(msg, CTA_PROTO_NUM, nfnl_ct_get_proto(ct)); in nfnl_ct_build_tuple()
434 NLA_PUT_U8(msg, CTA_PROTO_ICMP_TYPE, in nfnl_ct_build_tuple()
438 NLA_PUT_U8(msg, CTA_PROTO_ICMP_CODE, in nfnl_ct_build_tuple()
/external/libnl/include/netlink/
Dattr.h169 #define NLA_PUT_U8(msg, attrtype, value) \ macro
/external/libnl/lib/route/
Dlink.c902 NLA_PUT_U8(msg, IFLA_OPERSTATE, tmpl->l_operstate); in rtnl_link_build_change_request()
905 NLA_PUT_U8(msg, IFLA_LINKMODE, tmpl->l_linkmode); in rtnl_link_build_change_request()