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

  /external/libnl/lib/route/sch/
dsmark.c 53 [TCA_DSMARK_INDICES] = { .type = NLA_U16 },
54 [TCA_DSMARK_DEFAULT_INDEX] = { .type = NLA_U16 },
  /external/libnl/include/netlink/
attr.h 40 NLA_U16, /**< 16 bit integer */
  /external/libnl/lib/netfilter/
ct.c 75 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
76 [CTA_PROTO_DST_PORT] = { .type = NLA_U16 },
77 [CTA_PROTO_ICMP_ID] = { .type = NLA_U16 },
80 [CTA_PROTO_ICMPV6_ID] = { .type = NLA_U16 },
  /external/libnl/lib/genl/
ctrl.c 41 [CTRL_ATTR_FAMILY_ID] = { .type = NLA_U16 },
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 491 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 },
492 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 },
driver_nl80211.c 1193 [NL80211_RATE_INFO_BITRATE] = { .type = NLA_U16 },
    [all...]
  /external/libnl/lib/
attr.c 150 * @par Integers (NLA_U8, NLA_U16, NLA_U32, NLA_U64)
521 [NLA_U16] = sizeof(uint16_t),
    [all...]
  /external/libnl/lib/route/link/
vlan.c 65 [IFLA_VLAN_ID] = { .type = NLA_U16 },

Completed in 360 milliseconds