Searched refs:NLA_U8 (Results 1 – 8 of 8) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct.c | 74 [CTA_PROTO_NUM] = { .type = NLA_U8 }, 78 [CTA_PROTO_ICMP_TYPE] = { .type = NLA_U8 }, 79 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 }, 81 [CTA_PROTO_ICMPV6_TYPE] = { .type = NLA_U8 }, 82 [CTA_PROTO_ICMPV6_CODE] = { .type = NLA_U8 }, 90 [CTA_PROTOINFO_TCP_STATE] = { .type = NLA_U8 }, 91 [CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = { .type = NLA_U8 }, 92 [CTA_PROTOINFO_TCP_WSCALE_REPLY] = { .type = NLA_U8 },
|
/external/libnl/lib/route/sch/ |
D | dsmark.c | 56 [TCA_DSMARK_VALUE] = { .type = NLA_U8 }, 57 [TCA_DSMARK_MASK] = { .type = NLA_U8 },
|
/external/libnl/include/netlink/ |
D | attr.h | 39 NLA_U8, /**< 8 bit integer */ enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 27 [NL80211_SURVEY_INFO_NOISE] = { .type = NLA_U8 }, in get_noise_for_scan_results() 495 [NL80211_BSS_SIGNAL_UNSPEC] = { .type = NLA_U8 }, in bss_info_handler()
|
D | driver_nl80211_event.c | 188 [NL80211_STA_WME_UAPSD_QUEUES] = { .type = NLA_U8 }, in nl80211_parse_wmm_params() 1039 [NL80211_ATTR_CQM_RSSI_HYST] = { .type = NLA_U8 }, in nl80211_cqm_event()
|
D | driver_nl80211.c | 1187 [NL80211_STA_INFO_SIGNAL] = { .type = NLA_U8 }, in get_link_signal() 1188 [NL80211_STA_INFO_SIGNAL_AVG] = { .type = NLA_U8 }, in get_link_signal() 1189 [NL80211_STA_INFO_BEACON_SIGNAL_AVG] = { .type = NLA_U8 }, in get_link_signal() 1194 [NL80211_RATE_INFO_MCS] = { .type = NLA_U8 }, in get_link_signal() 1268 [NL80211_SURVEY_INFO_NOISE] = { .type = NLA_U8 }, in get_link_noise() 6790 [NL80211_SURVEY_INFO_NOISE] = { .type = NLA_U8 }, in survey_handler()
|
/external/libnl/lib/ |
D | attr.c | 520 [NLA_U8] = sizeof(uint8_t),
|
/external/libnl/lib/route/ |
D | link.c | 241 [IFLA_OPERSTATE]= { .type = NLA_U8 }, 242 [IFLA_LINKMODE] = { .type = NLA_U8 },
|