Home
last modified time | relevance | path

Searched refs:nla_get_u8 (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/netfilter/
Dct.c170 nfnl_ct_set_proto(ct, nla_get_u8(tb[CTA_PROTO_NUM])); in ct_parse_proto()
182 nla_get_u8(tb[CTA_PROTO_ICMP_TYPE])); in ct_parse_proto()
185 nla_get_u8(tb[CTA_PROTO_ICMP_CODE])); in ct_parse_proto()
226 nla_get_u8(tb[CTA_PROTOINFO_TCP_STATE])); in ct_parse_protoinfo_tcp()
/external/libnl/lib/route/sch/
Ddsmark.c124 dsmark->cdm_bmask = nla_get_u8(tb[TCA_DSMARK_MASK]); in dsmark_class_msg_parser()
129 dsmark->cdm_value = nla_get_u8(tb[TCA_DSMARK_VALUE]); in dsmark_class_msg_parser()
/external/libnl/include/netlink/
Dattr.h101 extern uint8_t nla_get_u8(struct nlattr *);
/external/libnl/lib/
Dattr.c911 uint8_t nla_get_u8(struct nlattr *nla) in nla_get_u8() function
/external/libnl/lib/route/
Dlink.c382 link->l_operstate = nla_get_u8(tb[IFLA_OPERSTATE]); in link_msg_parser()
387 link->l_linkmode = nla_get_u8(tb[IFLA_LINKMODE]); in link_msg_parser()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2146 u8 key_id = nla_get_u8(tb[NL80211_ATTR_KEY_IDX]); in mlme_event_michael_mic_failure()
2349 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL]); in get_link_signal()
2353 (s8) nla_get_u8(sinfo[NL80211_STA_INFO_SIGNAL_AVG]); in get_link_signal()
2437 (s8) nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]); in get_link_noise()
2511 nla_get_u8(sinfo[NL80211_SURVEY_INFO_NOISE]); in get_noise_for_scan_results()
2774 switch (nla_get_u8(tb[NL80211_ATTR_TDLS_OPERATION])) { in nl80211_tdls_oper_event()
3050 init = nla_get_u8(tb[NL80211_ATTR_REG_INITIATOR]); in nl80211_reg_change_event()
3069 type = nla_get_u8(tb[NL80211_ATTR_REG_TYPE]); in nl80211_reg_change_event()
3877 nla_get_u8(tb[NL80211_ATTR_MAX_NUM_SCAN_SSIDS]); in wiphy_info_handler()
3881 nla_get_u8(tb[NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS]); in wiphy_info_handler()
[all …]