Searched refs:ie (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Denum-ctf.c5 enum ie { IENUMSAMPLE_1 = -10, IENUMSAMPLE_2, IENUMSAMPLE_3 }; enum
8 enum ie bar;
H A Denum-many-ctf.c5 enum ie { IE_0 = -10, IE_1, IE_2, IE_3, IE_4, IE_5, IE_6, IE_7, IE_8, IE_9, IE_A, IE_B, IE_C, IE_D, IE_E, IE_F, enum
10 enum ie bar;
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dinterror.c529 ipf_error_entry_t *ie; local
535 ie = ipf_errors + l + step;
536 if (ie->iee_number == errnum)
537 return ie;
539 if (ie->iee_number > errnum)
555 ipf_error_entry_t *ie; local
560 ie = find_error(errnum);
561 if (ie != NULL)
562 return ie->iee_text;
576 ipf_error_entry_t *ie; local
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Ddba_array.c62 int32_t ie; local
67 for (ie = 0; ie < array->eu; ie++)
68 free(array->ep[ie]);
75 dba_array_set(struct dba_array *array, int32_t ie, void *entry) argument
77 assert(ie >= 0);
78 assert(ie < array->ea);
79 assert(ie <= array->eu);
80 if (ie
103 dba_array_get(struct dba_array *array, int32_t ie) argument
144 dba_array_setpos(struct dba_array *array, int32_t ie, int32_t pos) argument
172 int32_t ie; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dtaxonomy.h14 const u8 *ie, size_t ie_len);
17 const u8 *ie, size_t ie_len);
20 const u8 *ie, size_t ie_len);
H A Dtaxonomy.c103 const u8 *ie; local
120 ie = wpabuf_head(ies);
127 id = *ie++;
128 elen = *ie++;
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) {
139 const u8 *data = &ie[4];
152 sep, id, ie[0], ie[1], ie[2], ie[
268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) argument
286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
[all...]
H A Drrm.c99 const u8 *pos, *ie, *end; local
106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
107 if (ie[1] < 3) {
112 rep_mode = ie[3];
114 rep_mode, ie[4]);
116 switch (ie[4]) {
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]);
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[
282 const u8 *pos, *ie, *end; local
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwifi_display.c41 struct wpabuf *ie; local
54 ie = wpabuf_alloc(len);
55 if (ie == NULL)
60 wpabuf_put_buf(ie, global->wfd_subelem[i]);
63 return ie;
69 struct wpabuf *ie, *buf; local
174 ie = wifi_display_encaps(buf);
175 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie);
176 p2p_set_wfd_ie_beacon(global->p2p, ie);
178 ie
298 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) argument
358 struct wpabuf *ie; local
[all...]
/netbsd-current/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod-whitelist.h51 * @param ie: ipsecmod environment.
55 int ipsecmod_whitelist_apply_cfg(struct ipsecmod_env* ie,
66 * @param ie: ipsecmod environment.
72 int ipsecmod_domain_is_whitelisted(struct ipsecmod_env* ie, uint8_t* dname,
H A Dipsecmod-whitelist.c99 ipsecmod_whitelist_apply_cfg(struct ipsecmod_env* ie, argument
102 ie->whitelist = rbtree_create(name_tree_compare);
103 if(!read_whitelist(ie->whitelist, cfg))
105 name_tree_init_parents(ie->whitelist);
140 ipsecmod_domain_is_whitelisted(struct ipsecmod_env* ie, uint8_t* dname, argument
143 if(!ie->whitelist) return 1; /* No whitelist, treat as whitelisted. */
144 return name_tree_lookup(ie->whitelist, dname, dname_len,
/netbsd-current/lib/libc/stdlib/
H A Dhcreate.c157 struct internal_entry *ie; local
171 ie = SLIST_FIRST(&table[idx]);
174 (*freekey)(ie->ent.key);
176 (*freedata)(ie->ent.data);
177 free(ie);
202 struct internal_entry *ie; local
217 ie = SLIST_FIRST(chain);
218 while (ie != NULL) {
219 if (strcmp(ie->ent.key, item.key) == 0)
221 ie
[all...]
/netbsd-current/share/man/man4/man4.sun2/
H A DMakefile4 MAN= autoconf.4 bwtwo.4 ec.4 ie.4 intro.4 kbd.4 leds.4 \
/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_ie.c355 * @ie: Pointer to parsed IE data
359 struct wpa_eapol_ie_parse *ie)
372 ie->wmm = &pos[2];
373 ie->wmm_len = pos[1];
375 ie->wmm, ie->wmm_len);
377 ie->wmm = &pos[2];
378 ie->wmm_len = pos[1];
380 ie->wmm, ie
358 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
394 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
490 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dtls-tiny-desc-ie.d1 #source: tls-tiny-desc-ie.s
H A Dtls-relax-gd-ie-ilp32.d1 #source: tls-relax-gd-ie.s
H A Dtls-relax-gd-ie.d1 #source: tls-relax-gd-ie.s
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps.c420 struct wpabuf *ie; local
425 ie = wpabuf_alloc(100);
426 if (ie == NULL)
429 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
430 len = wpabuf_put(ie, 1);
431 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
433 if (wps_build_version(ie) ||
434 wps_build_req_type(ie, req_type) ||
435 wps_build_wfa_ext(ie, 0, NULL, 0, 0)) {
436 wpabuf_free(ie);
454 struct wpabuf *ie; local
500 struct wpabuf *ie; local
[all...]
/netbsd-current/share/man/man4/man4.acorn32/
H A DMakefile3 MAN= asc.4 autoconf.4 cosc.4 csc.4 ie.4 intro.4 iomdkbc.4 \
/netbsd-current/share/man/man4/man4.mvme68k/
H A DMakefile3 MAN= autoconf.4 clmpcc.4 clock.4 ie.4 intro.4 lpt.4 mainbus.4 \
/netbsd-current/share/man/man4/man4.sun3/
H A DMakefile4 MAN= autoconf.4 bwtwo.4 cgtwo.4 cgfour.4 fd.4 intro.4 ie.4 kbd.4 leds.4 \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dtls-err-20x.d2 #source: tls-ie-9.s --pic
4 #source: tls-ie-10.s --pic
/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diter_scrub.h64 * @param ie: iterator module environment data.
70 struct iter_env* ie);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie;
184 ie = Changes.end(); it != ie; ++it) {
189 ie = Dependencies.end(); it != ie; ++it) {
196 ie = Changes.end(); it != ie; ++it)
208 ie = pred_end(Change); it != ie;
[all...]
H A DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx)
61 ie = Sets.end(); it != ie; ++it)
74 ie = Sets.end(); it != ie; ++it) {
/netbsd-current/external/bsd/unbound/dist/ipset/
H A Dipset.c101 ipset_add_rrset_data(struct ipset_env *ie, struct mnl_socket *mnl, argument
131 ie->mnl = NULL;
139 ipset_check_zones_for_rrset(struct module_env *env, struct ipset_env *ie, argument
170 ipset_add_rrset_data(ie, mnl, d, setname,
179 struct query_info qinfo, struct ipset_env *ie)
189 mnl = (struct mnl_socket *)ie->mnl;
196 ie->mnl = mnl;
210 ie->v4_enabled == 1) {
212 setname = ie->name_v4;
214 ie
178 ipset_update(struct module_env *env, struct dns_msg *return_msg, struct query_info qinfo, struct ipset_env *ie) argument
293 struct ipset_env *ie = (struct ipset_env *)qstate->env->modinfo[id]; local
367 struct ipset_env *ie = (struct ipset_env *)env->modinfo[id]; local
[all...]

Completed in 212 milliseconds

1234567891011>>