Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/external/scapy/scapy/contrib/
Dgtp.uts43 ie = gtp.IE_list[0]
44 ie.ietype == 1 and ie.CauseValue == 128
47 ie = IE_Cause(CauseValue='IMSI not known')
48 ie.ietype == 1 and ie.CauseValue == 194
53 ie = gtp.IE_list[0]
54 ie.ietype == 2 and ie.imsi == b'2080112345670000'
57 ie = IE_IMSI(imsi='208103397660354')
58 ie.ietype == 2 and ie.imsi == b'208103397660354'
63 ie = gtp.IE_list[0]
64 ie.ietype == 3 and ie.MCC == b'234' and ie.MNC == b'02' and ie.LAC == 1234 and ie.RAC == 123
[all …]
Dgtp_v2.uts40 ie = gtp.IE_list[0]
41 ie.IMSI == b"2080112345670000"
44 ie = IE_IMSI(ietype='IMSI', length=8, IMSI='2080112345670000')
45 ie.ietype == 1 and ie.IMSI == b'2080112345670000'
50 ie = gtp.IE_list[0]
51 ie.Cause == 16
54 ie = IE_Cause(
56 ie.ietype == 2 and ie.Cause == 16 and ie.PCE == 1 and ie.BCE == 0 and ie.CS == 0
59 ie = IE_Cause(
61 ie.ietype == 2 and ie.Cause == 16 and ie.PCE == 0 and ie.BCE == 1 and ie.CS == 0
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp110 int ie[] = {0, 1, 2, 3, 4}; in test() local
111 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0])); in test()
112 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se)); in test()
113 assert(base(r) == ie+se); in test()
114 assert(ie[0] == 0); in test()
115 assert(ie[1] == 1); in test()
116 assert(ie[2] == 2); in test()
117 assert(ie[3] == 3); in test()
118 assert(ie[4] == 4); in test()
119 r = std::rotate(Iter(ie), Iter(ie+1), Iter(ie+se)); in test()
[all …]
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c359 struct wpa_eapol_ie_parse *ie) in wpa_parse_vendor_specific() argument
372 ie->wmm = &pos[2]; in wpa_parse_vendor_specific()
373 ie->wmm_len = pos[1]; in wpa_parse_vendor_specific()
375 ie->wmm, ie->wmm_len); in wpa_parse_vendor_specific()
377 ie->wmm = &pos[2]; in wpa_parse_vendor_specific()
378 ie->wmm_len = pos[1]; in wpa_parse_vendor_specific()
380 ie->wmm, ie->wmm_len); in wpa_parse_vendor_specific()
395 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument
404 ie->wpa_ie = pos; in wpa_parse_generic()
405 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic()
[all …]
Dwpa.c565 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() local
581 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4()
587 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0) in wpa_supplicant_process_1_of_4()
589 if (ie.pmkid) { in wpa_supplicant_process_1_of_4()
591 "Authenticator", ie.pmkid, PMKID_LEN); in wpa_supplicant_process_1_of_4()
595 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4()
1099 struct wpa_eapol_ie_parse *ie) in ieee80211w_set_keys() argument
1105 if (ie->igtk) { in ieee80211w_set_keys()
1110 if (ie->igtk_len != WPA_IGTK_KDE_PREFIX_LEN + len) in ieee80211w_set_keys()
1113 igtk = (const struct wpa_igtk_kde *) ie->igtk; in ieee80211w_set_keys()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwifi_display.c41 struct wpabuf *ie; in wifi_display_get_wfd_ie() local
54 ie = wpabuf_alloc(len); in wifi_display_get_wfd_ie()
55 if (ie == NULL) in wifi_display_get_wfd_ie()
60 wpabuf_put_buf(ie, global->wfd_subelem[i]); in wifi_display_get_wfd_ie()
63 return ie; in wifi_display_get_wfd_ie()
69 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local
174 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie()
175 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie); in wifi_display_update_wfd_ie()
176 p2p_set_wfd_ie_beacon(global->p2p, ie); in wifi_display_update_wfd_ie()
178 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie()
[all …]
Dbss.c37 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); in wpa_bss_set_hessid() local
38 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) { in wpa_bss_set_hessid()
42 if (ie[1] == 7) in wpa_bss_set_hessid()
43 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid()
45 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid()
469 const struct wpa_scan_res *new_res, u32 ie) in are_ies_equal() argument
476 switch (ie) { in are_ies_equal()
478 old_ie = wpa_bss_get_vendor_ie(old, ie); in are_ies_equal()
479 new_ie = wpa_scan_get_vendor_ie(new_res, ie); in are_ies_equal()
483 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie); in are_ies_equal()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps.c420 struct wpabuf *ie; in wps_build_assoc_req_ie() local
425 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie()
426 if (ie == NULL) in wps_build_assoc_req_ie()
429 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie()
430 len = wpabuf_put(ie, 1); in wps_build_assoc_req_ie()
431 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie()
433 if (wps_build_version(ie) || in wps_build_assoc_req_ie()
434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
435 wps_build_wfa_ext(ie, 0, NULL, 0, 0)) { in wps_build_assoc_req_ie()
436 wpabuf_free(ie); in wps_build_assoc_req_ie()
[all …]
/external/wpa_supplicant_8/src/ap/
Dtaxonomy.c103 const u8 *ie; in ie_to_string() local
120 ie = wpabuf_head(ies); in ie_to_string()
127 id = *ie++; in ie_to_string()
128 elen = *ie++; in ie_to_string()
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) { in ie_to_string()
139 const u8 *data = &ie[4]; in ie_to_string()
152 sep, id, ie[0], ie[1], ie[2], ie[3]); in ie_to_string()
158 WPA_GET_LE16(ie)); in ie_to_string()
164 ",htagg:%02hx", (u16) ie[2]); in ie_to_string()
170 (u16) WPA_GET_LE32(ie + 3)); in ie_to_string()
[all …]
Drrm.c99 const u8 *pos, *ie, *end; in hostapd_handle_radio_msmt_report() local
106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report()
107 if (ie[1] < 3) { in hostapd_handle_radio_msmt_report()
112 rep_mode = ie[3]; in hostapd_handle_radio_msmt_report()
114 rep_mode, ie[4]); in hostapd_handle_radio_msmt_report()
116 switch (ie[4]) { in hostapd_handle_radio_msmt_report()
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report()
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report()
125 rep_mode, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report()
130 ie[4]); in hostapd_handle_radio_msmt_report()
[all …]
Dwpa_auth_ie.c986 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument
995 ie->wpa_ie = pos; in wpa_parse_generic()
996 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic()
1001 ie->osen = pos; in wpa_parse_generic()
1002 ie->osen_len = pos[1] + 2; in wpa_parse_generic()
1009 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
1015 ie->gtk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
1016 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
1022 ie->mac_addr = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
1023 ie->mac_addr_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp128 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest()
185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
190 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
197 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
209 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
218 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
221 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
230 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl()
231 it != ie; ++it) { in DAGDeltaAlgorithmImpl()
251 ie = Roots.end(); in DAGDeltaAlgorithmImpl()
[all …]
DDeltaAlgorithm.cpp36 ie = S.end(); it != ie; ++it, ++idx) in Split() local
62 ie = Sets.end(); it != ie; ++it) in Delta() local
75 ie = Sets.end(); it != ie; ++it) { in Search() local
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp129 ie = S.end(); it != ie; ++it) in ExecuteOneTest()
185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
190 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
197 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
209 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
218 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
221 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
231 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
249 ie = Roots.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
257 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
[all …]
DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx) in Split() local
61 ie = Sets.end(); it != ie; ++it) in Delta() local
74 ie = Sets.end(); it != ie; ++it) { in Search() local
/external/swiftshader/third_party/LLVM/lib/Support/
DDAGDeltaAlgorithm.cpp130 ie = S.end(); it != ie; ++it) in ExecuteOneTest()
191 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
196 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
203 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
215 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
224 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
227 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
237 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
255 ie = Roots.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
263 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp68 int ie[] = {0, 0, 1, 0}; in test() local
69 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test()
70 r = std::unique(Iter(ie), Iter(ie+se)); in test()
71 assert(base(r) == ie + 3); in test()
72 assert(ie[0] == 0); in test()
73 assert(ie[1] == 1); in test()
74 assert(ie[2] == 0); in test()
142 Ptr ie[4]; in test1() local
143 ie[2].reset(&one); in test1()
144 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1()
[all …]
Dunique_pred.pass.cpp86 int ie[] = {0, 0, 1, 0}; in test() local
87 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test()
89 r = std::unique(Iter(ie), Iter(ie+se), count_equal()); in test()
90 assert(base(r) == ie + 3); in test()
91 assert(ie[0] == 0); in test()
92 assert(ie[1] == 1); in test()
93 assert(ie[2] == 0); in test()
176 Ptr ie[4]; in test1() local
177 ie[2].reset(&one); in test1()
178 const unsigned se = sizeof(ie)/sizeof(ie[0]); in test1()
[all …]
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info()
133 wpabuf_put_buf(ie, m->client_info); in p2p_client_info()
138 struct wpabuf *ie) in p2p_group_add_common_ies() argument
160 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies()
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa()
170 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa()
171 wpabuf_put_buf(ie, noa); in p2p_group_add_noa()
177 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local
[all …]
/external/libxkbcommon/xkbcommon/test/data/rules/
Devdev53 ie ir is it \
165 * ie laptop = pc+ie(basic)
166 * ie CloGaelachLaptop = pc+ie(CloGaelach)
173 * ogham basic = pc+ie(ogam)
174 * ogham laptop = pc+ie(ogam)
175 * ogham is434 = pc+ie(ogam_is434)
176 * ogham is434laptop = pc+ie(ogam_is434)
224 * ogham = pc+ie(ogam)
225 * ori = pc+ie(ori)
247 * ie(laptop) = pc+ie(basic)
[all …]
Devdev-xkbcommon92 ie ir is it \
177 * ie laptop = pc+ie(basic)
178 * ie CloGaelachLaptop = pc+ie(CloGaelach)
185 * ogham basic = pc+ie(ogam)
186 * ogham laptop = pc+ie(ogam)
187 * ogham is434 = pc+ie(ogam_is434)
188 * ogham is434laptop = pc+ie(ogam_is434)
236 * ogham = pc+ie(ogam)
237 * ori = pc+ie(ori)
259 * ie(laptop) = pc+ie(basic)
[all …]
Dbase53 ie ir is it \
225 * ie laptop = pc+ie(basic)
226 * ie CloGaelachLaptop = pc+ie(CloGaelach)
233 * ogham basic = pc+ie(ogam)
234 * ogham laptop = pc+ie(ogam)
235 * ogham is434 = pc+ie(ogam_is434)
236 * ogham is434laptop = pc+ie(ogam_is434)
284 * ogham = pc+ie(ogam)
285 * ori = pc+ie(ori)
307 * ie(laptop) = pc+ie(basic)
[all …]
/external/llvm/lib/Option/
DArgList.cpp49 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
57 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
67 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
77 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
86 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
98 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
113 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
128 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
163 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
[all …]
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp50 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it) in FlushDiagnostics() local
53 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it) in FlushDiagnostics() local
56 for (const_iterator it = remark_begin(), ie = remark_end(); it != ie; ++it) in FlushDiagnostics() local
59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it) in FlushDiagnostics() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp236 ie = SuperClasses.end(); it != ie; ++it) in isSubsetOf() local
831 for (StringRef::iterator it = Str.begin(), ie = Str.end(); it != ie; ++it) { in getEnumNameForToken() local
925 RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) in BuildRegisterClasses() local
931 ie = SingletonRegisters.end(); it != ie; ++it) { in BuildRegisterClasses() local
941 ie = Registers.end(); it != ie; ++it) { in BuildRegisterClasses() local
947 ie = RegisterSets.end(); it != ie; ++it) { in BuildRegisterClasses() local
973 ie = RegisterSets.end(); it != ie; ++it, ++Index) { in BuildRegisterClasses() local
989 ie = RegisterSets.end(); it != ie; ++it) { in BuildRegisterClasses() local
1000 it = RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) { in BuildRegisterClasses() local
1020 ie = RegisterMap.end(); it != ie; ++it) in BuildRegisterClasses() local
[all …]

12345678910>>...34