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

  /external/libnl/lib/route/sch/
dsmark.c 188 NLA_PUT_U16(msg, TCA_DSMARK_INDICES, dsmark->qdm_indices);
191 NLA_PUT_U16(msg, TCA_DSMARK_DEFAULT_INDEX,
  /external/libnl/include/netlink/
attr.h 104 extern int nla_put_u16(struct nl_msg *, int, uint16_t);
178 #define NLA_PUT_U16(msg, attrtype, value) \
  /external/libnl/lib/netfilter/
ct.c 422 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT,
426 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT,
430 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID,
  /external/libnl/lib/route/link/
vlan.c 268 NLA_PUT_U16(msg, IFLA_VLAN_ID, vi->vi_vlan_id);

Completed in 63 milliseconds