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

  /external/iw/
link.c 37 [NL80211_BSS_SIGNAL_UNSPEC] = { .type = NLA_U8 },
125 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 },
129 [NL80211_STA_INFO_PLINK_STATE] = { .type = NLA_U8 },
135 [NL80211_STA_BSS_PARAM_DTIM_PERIOD] = { .type = NLA_U8 },
mpath.c 39 [NL80211_MPATH_INFO_DISCOVERY_RETRIES] = { .type = NLA_U8 },
40 [NL80211_MPATH_INFO_FLAGS] = { .type = NLA_U8 },
survey.c 25 [NL80211_SURVEY_INFO_NOISE] = { .type = NLA_U8 },
station.c 54 [NL80211_RATE_INFO_MCS] = { .type = NLA_U8 },
134 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 },
140 [NL80211_STA_INFO_PLINK_STATE] = { .type = NLA_U8 },
scan.c     [all...]
  /external/libnl/lib/route/link/
bridge.c 81 [IFLA_BRPORT_STATE] = { .type = NLA_U8 },
84 [IFLA_BRPORT_MODE] = { .type = NLA_U8 },
85 [IFLA_BRPORT_GUARD] = { .type = NLA_U8 },
86 [IFLA_BRPORT_PROTECT] = { .type = NLA_U8 },
87 [IFLA_BRPORT_FAST_LEAVE] = { .type = NLA_U8 },
ipip.c 56 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
57 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
58 [IFLA_IPTUN_PMTUDISC] = { .type = NLA_U8 },
ip6tnl.c 63 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
64 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
65 [IFLA_IPTUN_ENCAP_LIMIT] = { .type = NLA_U8 },
68 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
sit.c 60 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
61 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
62 [IFLA_IPTUN_PMTUDISC] = { .type = NLA_U8 },
64 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
vxlan.c 78 [IFLA_VXLAN_TTL] = { .type = NLA_U8 },
79 [IFLA_VXLAN_TOS] = { .type = NLA_U8 },
80 [IFLA_VXLAN_LEARNING] = { .type = NLA_U8 },
84 [IFLA_VXLAN_PROXY] = { .type = NLA_U8 },
85 [IFLA_VXLAN_RSC] = { .type = NLA_U8 },
86 [IFLA_VXLAN_L2MISS] = { .type = NLA_U8 },
87 [IFLA_VXLAN_L3MISS] = { .type = NLA_U8 },
ipgre.c 68 [IFLA_GRE_TTL] = { .type = NLA_U8 },
69 [IFLA_GRE_TOS] = { .type = NLA_U8 },
70 [IFLA_GRE_PMTUDISC] = { .type = NLA_U8 },
  /external/libnl/lib/netfilter/
ct.c 83 [CTA_PROTO_NUM] = { .type = NLA_U8 },
87 [CTA_PROTO_ICMP_TYPE] = { .type = NLA_U8 },
88 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 },
90 [CTA_PROTO_ICMPV6_TYPE] = { .type = NLA_U8 },
91 [CTA_PROTO_ICMPV6_CODE] = { .type = NLA_U8 },
99 [CTA_PROTOINFO_TCP_STATE] = { .type = NLA_U8 },
100 [CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = { .type = NLA_U8 },
101 [CTA_PROTOINFO_TCP_WSCALE_REPLY] = { .type = NLA_U8 },
exp.c 61 [CTA_PROTO_NUM] = { .type = NLA_U8 },
65 [CTA_PROTO_ICMP_TYPE] = { .type = NLA_U8 },
66 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 },
68 [CTA_PROTO_ICMPV6_TYPE] = { .type = NLA_U8 },
69 [CTA_PROTO_ICMPV6_CODE] = { .type = NLA_U8 },
  /external/libnl/lib/route/qdisc/
dsmark.c 41 [TCA_DSMARK_VALUE] = { .type = NLA_U8 },
42 [TCA_DSMARK_MASK] = { .type = NLA_U8 },
  /external/libnl/include/netlink/
attr.h 39 NLA_U8, /**< 8 bit integer */
  /external/libnl/lib/idiag/
idiag_msg_obj.c 586 [IDIAG_ATTR_TOS] = { .type = NLA_U8 },
587 [IDIAG_ATTR_TCLASS] = { .type = NLA_U8 },
589 [IDIAG_ATTR_SHUTDOWN] = { .type = NLA_U8 },
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 468 [MACSEC_SA_ATTR_AN] = { .type = NLA_U8 },
469 [MACSEC_SA_ATTR_ACTIVE] = { .type = NLA_U8 },
476 [MACSEC_RXSC_ATTR_ACTIVE] = { .type = NLA_U8 },
driver_nl80211_scan.c 39 [NL80211_SURVEY_INFO_NOISE] = { .type = NLA_U8 },
694 [NL80211_BSS_SIGNAL_UNSPEC] = { .type = NLA_U8 },
    [all...]
driver_nl80211.c     [all...]
driver_nl80211_event.c 188 [NL80211_STA_WME_UAPSD_QUEUES] = { .type = NLA_U8 },
    [all...]
  /external/libnl/lib/
attr.c 180 [NLA_U8] = sizeof(uint8_t),
  /external/libnl/lib/route/
link.c 277 [IFLA_OPERSTATE] = { .type = NLA_U8 },
278 [IFLA_LINKMODE] = { .type = NLA_U8 },
292 [IFLA_CARRIER] = { .type = NLA_U8 },
    [all...]
  /external/libnl/python/netlink/
capi.i 915 NLA_U8, /**< 8 bit integer */

Completed in 738 milliseconds