Home
last modified time | relevance | path

Searched refs:NLA_U32 (Results 1 – 15 of 15) sorted by relevance

/external/libnl/lib/netfilter/
Dlog_msg.c46 [NFULA_MARK] = { .type = NLA_U32 },
50 [NFULA_IFINDEX_INDEV] = { .type = NLA_U32 },
51 [NFULA_IFINDEX_OUTDEV] = { .type = NLA_U32 },
52 [NFULA_IFINDEX_PHYSINDEV] = { .type = NLA_U32 },
53 [NFULA_IFINDEX_PHYSOUTDEV] = { .type = NLA_U32 },
59 [NFULA_UID] = { .type = NLA_U32 },
60 [NFULA_GID] = { .type = NLA_U32 },
61 [NFULA_SEQ] = { .type = NLA_U32 },
62 [NFULA_SEQ_GLOBAL] = { .type = NLA_U32 },
Dqueue_msg.c49 [NFQA_MARK] = { .type = NLA_U32 },
53 [NFQA_IFINDEX_INDEV] = { .type = NLA_U32 },
54 [NFQA_IFINDEX_OUTDEV] = { .type = NLA_U32 },
55 [NFQA_IFINDEX_PHYSINDEV] = { .type = NLA_U32 },
56 [NFQA_IFINDEX_PHYSOUTDEV] = { .type = NLA_U32 },
Dct.c48 [CTA_STATUS] = { .type = NLA_U32 },
52 [CTA_TIMEOUT] = { .type = NLA_U32 },
53 [CTA_MARK] = { .type = NLA_U32 },
56 [CTA_USE] = { .type = NLA_U32 },
57 [CTA_ID] = { .type = NLA_U32 },
67 [CTA_IP_V4_SRC] = { .type = NLA_U32 },
68 [CTA_IP_V4_DST] = { .type = NLA_U32 },
101 [CTA_COUNTERS32_PACKETS]= { .type = NLA_U32 },
102 [CTA_COUNTERS32_BYTES] = { .type = NLA_U32 },
/external/libnl/lib/genl/
Dctrl.c44 [CTRL_ATTR_VERSION] = { .type = NLA_U32 },
45 [CTRL_ATTR_HDRSIZE] = { .type = NLA_U32 },
46 [CTRL_ATTR_MAXATTR] = { .type = NLA_U32 },
51 [CTRL_ATTR_OP_ID] = { .type = NLA_U32 },
52 [CTRL_ATTR_OP_FLAGS] = { .type = NLA_U32 },
/external/libnl/lib/route/cls/
Du32.c57 [TCA_U32_DIVISOR] = { .type = NLA_U32 },
58 [TCA_U32_HASH] = { .type = NLA_U32 },
59 [TCA_U32_CLASSID] = { .type = NLA_U32 },
60 [TCA_U32_LINK] = { .type = NLA_U32 },
Dfw.c36 [TCA_FW_CLASSID] = { .type = NLA_U32 },
Dbasic.c46 [TCA_BASIC_CLASSID] = { .type = NLA_U32 },
/external/libnl/lib/route/
Dneightbl.c112 [NDTA_THRESH1] = { .type = NLA_U32 },
113 [NDTA_THRESH2] = { .type = NLA_U32 },
114 [NDTA_THRESH3] = { .type = NLA_U32 },
115 [NDTA_GC_INTERVAL] = { .type = NLA_U32 },
Dlink.c236 [IFLA_MTU] = { .type = NLA_U32 },
237 [IFLA_TXQLEN] = { .type = NLA_U32 },
238 [IFLA_LINK] = { .type = NLA_U32 },
239 [IFLA_WEIGHT] = { .type = NLA_U32 },
240 [IFLA_MASTER] = { .type = NLA_U32 },
Drule.c73 [RTA_PRIORITY] = { .type = NLA_U32 },
74 [RTA_FLOW] = { .type = NLA_U32 },
75 [RTA_PROTOINFO] = { .type = NLA_U32 },
Droute_obj.c841 [RTA_IIF] = { .type = NLA_U32 },
842 [RTA_OIF] = { .type = NLA_U32 },
843 [RTA_PRIORITY] = { .type = NLA_U32 },
844 [RTA_FLOW] = { .type = NLA_U32 },
Dneigh.c249 [NDA_PROBES] = { .type = NLA_U32 },
/external/libnl/include/netlink/
Dattr.h41 NLA_U32, /**< 32 bit integer */ enumerator
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2405 [NL80211_SURVEY_INFO_FREQUENCY] = { .type = NLA_U32 }, in get_link_noise()
2472 [NL80211_SURVEY_INFO_FREQUENCY] = { .type = NLA_U32 }, in get_noise_for_scan_results()
2545 [NL80211_ATTR_CQM_RSSI_THOLD] = { .type = NLA_U32 }, in nl80211_cqm_event()
2547 [NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT] = { .type = NLA_U32 }, in nl80211_cqm_event()
2548 [NL80211_ATTR_CQM_PKT_LOSS_EVENT] = { .type = NLA_U32 }, in nl80211_cqm_event()
2713 [NL80211_PMKSA_CANDIDATE_INDEX] = { .type = NLA_U32 }, in nl80211_pmksa_candidate_event()
3597 [NL80211_IFACE_COMB_MAXNUM] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
3599 [NL80211_IFACE_COMB_NUM_CHANNELS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
3600 [NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
3604 [NL80211_IFACE_LIMIT_MAX] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
[all …]
/external/libnl/lib/
Dattr.c522 [NLA_U32] = sizeof(uint32_t),