Searched refs:eid (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Deid_31.h25 unsigned char *eid; member in struct:dns_rdata_in_eid
H A Deid_31.c114 dns_rdata_in_eid_t *eid = source; local
118 REQUIRE(eid != NULL);
119 REQUIRE(eid->common.rdtype == type);
120 REQUIRE(eid->common.rdclass == rdclass);
121 REQUIRE(eid->eid != NULL || eid->eid_len == 0);
126 return (mem_tobuffer(target, eid->eid, eid
131 dns_rdata_in_eid_t *eid = target; local
156 dns_rdata_in_eid_t *eid = source; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
98 *eid++ = 4 + 3 + 1;
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE);
100 eid += 4;
102 *eid++ = P2P_ATTR_MANAGEABILITY;
103 WPA_PUT_LE16(eid, 1);
104 eid += 2;
109 *eid++ = bitmap;
111 return eid;
[all...]
H A Dwmm.h16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dhs20.c22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
26 return eid;
27 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7;
29 WPA_PUT_BE24(eid, OUI_WFA);
30 eid += 3;
31 *eid++ = HS20_INDICATION_OUI_TYPE;
37 *eid++ = conf;
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
40 eid
47 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) argument
27 u8 *pos = eid;
30 return eid;
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
77 u8 *pos = eid;
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) argument
174 return eid;
193 return eid;
201 return eid;
206 return eid;
220 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) argument
421 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11.h49 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
52 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid);
56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
57 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
58 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
141 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
[all...]
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dieee802_11_shared.c25 struct sta_info *sta, u8 *eid)
27 u8 *pos = eid;
402 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
404 u8 *pos = eid;
446 return eid;
459 while (len > 0 && eid[1 + len] == 0) {
461 eid[1] = len;
464 return eid;
466 return eid + 2 + len;
470 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
24 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
487 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
527 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
546 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
593 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
613 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
684 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
714 hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, size_t len, int delta) argument
730 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
817 hostapd_eid_owe_trans(struct hostapd_data *hapd, u8 *eid, size_t len) argument
874 hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) argument
[all...]
H A Dbeacon.c39 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, argument
50 return eid;
52 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES;
53 *eid++ = RRM_CAPABILITIES_IE_LEN;
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN);
56 return eid + RRM_CAPABILITIES_IE_LEN;
60 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) argument
63 return eid;
67 *eid++ = WLAN_EID_BSS_LOAD;
68 *eid
109 hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
118 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
142 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) argument
228 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
290 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
304 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) argument
324 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) argument
340 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_he.c47 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, argument
53 u8 *pos = eid;
57 return eid;
129 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) argument
132 u8 *pos = eid;
137 return eid;
175 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) argument
187 return eid; /* no MU EDCA Parameters configured */
189 pos = eid;
206 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
88 return eid;
111 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) argument
117 return eid;
124 return eid;
126 *eid
[all...]
H A Dwmm.c109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
111 u8 *pos = eid;
118 return eid;
120 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
148 eid[1] = pos - eid - 2; /* element length */
157 * element. eid does not include Element ID and Length octets.
159 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
163 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
171 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c381 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
386 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
387 len = eid++; /* to be filled */
388 WPA_PUT_BE24(eid, OUI_WFA);
389 eid += 3;
390 *eid++ = HS20_OSEN_OUI_TYPE;
393 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
394 eid += RSN_SELECTOR_LEN;
397 WPA_PUT_LE16(eid, 1);
398 eid
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Deid_31.h26 unsigned char *eid; member in struct:dns_rdata_in_eid
H A Deid_31.c114 dns_rdata_in_eid_t *eid = source; local
118 REQUIRE(eid != NULL);
119 REQUIRE(eid->common.rdtype == type);
120 REQUIRE(eid->common.rdclass == rdclass);
121 REQUIRE(eid->eid != NULL || eid->eid_len == 0);
126 return (mem_tobuffer(target, eid->eid, eid
131 dns_rdata_in_eid_t *eid = target; local
156 dns_rdata_in_eid_t *eid = source; local
[all...]
/netbsd-current/sys/arch/riscv/include/
H A Dsbi.h285 sbi_call(int eid, int fid, argument
291 register register_t _a7 __asm ("a7") = eid;
313 #define SBI_CALL0(eid, fid) sbi_call(eid, fid, 0, 0, 0, 0, 0, 0)
314 #define SBI_CALL1(eid, fid, a0) sbi_call(eid, fid, a0, 0, 0, 0, 0, 0)
315 #define SBI_CALL2(eid, fid, a0, a1) sbi_call(eid, fid, a0, a1, 0, 0, 0, 0)
316 #define SBI_CALL3(eid, fid, a0, a1, a2) sbi_call(eid, fi
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Ddelete.c66 backsql_entryID *eid )
74 bda.e_id = eid;
76 rc = ldap_avl_apply( eid->eid_oc->bom_attrs, backsql_delete_attr_f, &bda,
91 backsql_entryID *eid,
104 rs->sr_err = backsql_delete_all_attrs( op, rs, dbh, eid );
109 rc = backsql_Prepare( dbh, &sth, eid->eid_oc->bom_delete_proc, 0 );
122 if ( BACKSQL_IS_DEL( eid->eid_oc->bom_expect_return ) ) {
129 eid->eid_oc->bom_oc->soc_cname.bv_val );
141 rc = backsql_BindParamID( sth, pno + 1, SQL_PARAM_INPUT, &eid->eid_keyval );
146 eid
86 backsql_delete_int( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp, backsql_entryID *eid, Entry **ep ) argument
297 backsql_entryID *eid; local
[all...]
H A Dentry-id.c901 backsql_id2entry( backsql_srch_info *bsi, backsql_entryID *eid )
914 if ( bi->sql_baseObject && BACKSQL_IS_BASEOBJECT_ID( &eid->eid_id ) ) {
922 if ( eid->eid_oc == NULL ) {
923 eid->eid_oc = backsql_id2oc( bsi->bsi_op->o_bd->be_private,
924 eid->eid_oc_id );
925 if ( eid->eid_oc == NULL ) {
928 eid->eid_oc_id, BACKSQL_IDARG(eid->eid_id),
929 eid->eid_dn.bv_val );
933 bsi->bsi_oc = eid
[all...]
/netbsd-current/sys/arch/ia64/ia64/
H A Dcpu.c81 int id, eid; local
91 eid = (lid & 0x0000000000ff0000) >> 16;
94 if (id == sapic->Id && eid == sapic->Eid)
/netbsd-current/sys/dev/tprof/
H A Dtprof_armv8.c55 uint64_t eid[2]; local
60 eid[0] = reg_pmceid0_el0_read();
61 eid[1] = reg_pmceid1_el0_read();
67 if (eid[idx] & __BIT(bit))
H A Dtprof_armv7.c76 uint32_t eid[2]; local
82 eid[0] = armreg_pmceid0_read();
83 eid[1] = armreg_pmceid1_read();
88 if (eid[idx] & __BIT(bit)) {
/netbsd-current/usr.bin/id/
H A Did.c180 u_int eid, rid; local
199 if ((eid = geteuid()) != rid) {
200 if ((pw = getpwuid(eid)) != NULL)
203 (void)printf("euid\t%u\n", eid);
205 if ((rid = getgid()) != (eid = getegid())) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp198 "CREATE TABLE `%s` (eid bigint unsigned NOT NULL, vid int unsigned NOT NULL",
229 ptr = lutil_strcopy( ptr, ", PRIMARY KEY(eid, vid) ) ENGINE=ndb PARTITION BY KEY(eid)" );
296 /* Skip 0 and 1, eid and vid */
478 "CREATE TABLE IF NOT EXISTS `%s` (eid bigint unsigned NOT NULL, vid int unsigned NOT NULL",
491 ptr = lutil_strcopy( ptr, ", PRIMARY KEY(eid, vid) ) ENGINE=ndb PARTITION BY KEY(eid)" );
551 Uint64 eid = e->e_id; local
626 if ( myop->equal( EID_COLUMN, eid )) {
776 /* Retrieve attribute data for given entry. The entry's DN and eid shoul
790 Uint64 eid; local
1027 ndb_oc_del( NdbTransaction *txn, Uint64 eid, NdbOcInfo *no ) argument
1064 Uint64 eid = NA->e->e_id; local
1176 Uint64 eid = NA->e->e_id; local
1333 NdbRecAttr *eid[NDB_MAX_RDNS], *oc[NDB_MAX_RDNS]; local
[all...]

Completed in 173 milliseconds

123