Searched refs:NLA_U32 (Results 1 – 15 of 15) sorted by relevance
/external/libnl/lib/netfilter/ |
D | log_msg.c | 46 [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 },
|
D | queue_msg.c | 49 [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 },
|
D | ct.c | 48 [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/ |
D | ctrl.c | 44 [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/ |
D | u32.c | 57 [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 },
|
D | fw.c | 36 [TCA_FW_CLASSID] = { .type = NLA_U32 },
|
D | basic.c | 46 [TCA_BASIC_CLASSID] = { .type = NLA_U32 },
|
/external/libnl/lib/route/ |
D | neightbl.c | 112 [NDTA_THRESH1] = { .type = NLA_U32 }, 113 [NDTA_THRESH2] = { .type = NLA_U32 }, 114 [NDTA_THRESH3] = { .type = NLA_U32 }, 115 [NDTA_GC_INTERVAL] = { .type = NLA_U32 },
|
D | link.c | 236 [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 },
|
D | rule.c | 73 [RTA_PRIORITY] = { .type = NLA_U32 }, 74 [RTA_FLOW] = { .type = NLA_U32 }, 75 [RTA_PROTOINFO] = { .type = NLA_U32 },
|
D | route_obj.c | 841 [RTA_IIF] = { .type = NLA_U32 }, 842 [RTA_OIF] = { .type = NLA_U32 }, 843 [RTA_PRIORITY] = { .type = NLA_U32 }, 844 [RTA_FLOW] = { .type = NLA_U32 },
|
D | neigh.c | 249 [NDA_PROBES] = { .type = NLA_U32 },
|
/external/libnl/include/netlink/ |
D | attr.h | 41 NLA_U32, /**< 32 bit integer */ enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 2405 [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/ |
D | attr.c | 522 [NLA_U32] = sizeof(uint32_t),
|