| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | hs20.c | 22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument 26 return eid; in hostapd_eid_hs20_indication() 27 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication() 28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication() 29 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication() 30 eid += 3; in hostapd_eid_hs20_indication() 31 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication() 37 *eid++ = conf; in hostapd_eid_hs20_indication() 39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication() 40 eid += 2; in hostapd_eid_hs20_indication() [all …]
|
| D | ieee802_11.h | 48 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid); 49 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid); 50 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid); 51 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid); 52 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, 54 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid); 55 u8 * hostapd_eid_ht_operation(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); [all …]
|
| D | ieee802_11_shared.c | 24 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument 26 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() 451 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument 453 u8 *pos = eid; in hostapd_eid_ext_capab() 475 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab() 477 eid[1] = len; in hostapd_eid_ext_capab() 480 return eid; in hostapd_eid_ext_capab() 482 return eid + 2 + len; in hostapd_eid_ext_capab() 486 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument 488 u8 *pos = eid; in hostapd_eid_qos_map_set() [all …]
|
| D | p2p_hostapd.c | 94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument 97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage() 98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage() 99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage() 100 eid += 4; in hostapd_eid_p2p_manage() 102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage() 103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage() 104 eid += 2; in hostapd_eid_p2p_manage() 109 *eid++ = bitmap; in hostapd_eid_p2p_manage() 111 return eid; in hostapd_eid_p2p_manage()
|
| D | beacon.c | 39 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument 42 return eid; in hostapd_eid_bss_load() 46 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load() 47 *eid++ = 5; in hostapd_eid_bss_load() 48 os_memcpy(eid, hapd->conf->bss_load_test, 5); in hostapd_eid_bss_load() 49 eid += 5; in hostapd_eid_bss_load() 50 return eid; in hostapd_eid_bss_load() 54 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load() 55 *eid++ = 5; in hostapd_eid_bss_load() 56 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load() [all …]
|
| D | ieee802_11_he.c | 83 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument 89 u8 *pos = eid; in hostapd_eid_he_capab() 93 return eid; in hostapd_eid_he_capab() 164 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument 167 u8 *pos = eid; in hostapd_eid_he_operation() 172 return eid; in hostapd_eid_he_operation() 259 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument 271 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set() 273 pos = eid; in hostapd_eid_he_mu_edca_parameter_set() 290 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument [all …]
|
| D | ieee802_11_vht.c | 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument 27 u8 *pos = eid; in hostapd_eid_vht_capabilities() 30 return eid; in hostapd_eid_vht_capabilities() 74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument 77 u8 *pos = eid; in hostapd_eid_vht_operation() 80 return eid; in hostapd_eid_vht_operation() 259 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() argument 261 u8 *pos = eid; in hostapd_eid_vendor_vht() 266 return eid; in hostapd_eid_vendor_vht()
|
| D | wmm.c | 109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument 111 u8 *pos = eid; in hostapd_eid_wmm() 120 return eid; in hostapd_eid_wmm() 122 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm() 150 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm() 161 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument 165 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid() 173 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
|
| D | wpa_auth_ie.c | 431 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument 436 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen() 437 len = eid++; /* to be filled */ in wpa_write_osen() 438 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen() 439 eid += 3; in wpa_write_osen() 440 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen() 443 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen() 444 eid += RSN_SELECTOR_LEN; in wpa_write_osen() 447 WPA_PUT_LE16(eid, 1); in wpa_write_osen() 448 eid += 2; in wpa_write_osen() [all …]
|
| D | ieee802_11.c | 91 u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_multi_ap() argument 96 return eid; in hostapd_eid_multi_ap() 102 return eid + add_multi_ap_ie(eid, 9, multi_ap_val); in hostapd_eid_multi_ap() 106 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument 108 u8 *pos = eid; in hostapd_eid_supp_rates() 113 return eid; in hostapd_eid_supp_rates() 162 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument 164 u8 *pos = eid; in hostapd_eid_ext_supp_rates() 169 return eid; in hostapd_eid_ext_supp_rates() 183 return eid; in hostapd_eid_ext_supp_rates() [all …]
|
| D | wmm.h | 16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid); 17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
|
| D | hs20.h | 14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid); 15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
|
| D | ieee802_11_ht.c | 24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_capabilities() argument 27 u8 *pos = eid; in hostapd_eid_ht_capabilities() 31 return eid; in hostapd_eid_ht_capabilities() 82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_operation() argument 85 u8 *pos = eid; in hostapd_eid_ht_operation() 89 return eid; in hostapd_eid_ht_operation()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | branch.c | 42 #define EID_IS_ALLOCATED(branch, eid) \ argument 43 ((eid) >= (branch)->txn->priv->first_eid \ 44 && (eid) < (branch)->txn->priv->next_eid) 46 #define IS_BRANCH_ROOT_EID(branch, eid) \ argument 47 ((eid) == (branch)->priv->element_tree->root_eid) 184 int eid = (txn->priv->first_eid < 0) ? txn->priv->first_eid - 1 : -2; in branch_txn_new_eid() local 186 txn->priv->first_eid = eid; in branch_txn_new_eid() 188 *eid_p = eid; in branch_txn_new_eid() 232 tree_ref->rev, tree_ref->bid, tree_ref->eid); in branch_txn_open_branch() 239 tree = svn_element__tree_get_subtree_at_eid(tree, tree_ref->eid, in branch_txn_open_branch() [all …]
|
| D | element.c | 75 hi->eid = *(const int *)(APR_ARRAY_IDX(hi->array, hi->i, in svn_eid__hash_sorted_first() 89 hi->eid = *(const int *)(APR_ARRAY_IDX(hi->array, hi->i, in svn_eid__hash_sorted_next() 123 && payload->branch_ref.eid != -1) in svn_element__payload_invariants() 234 int eid, in svn_element__payload_create_ref() argument 244 new_payload->branch_ref.eid = eid; in svn_element__payload_create_ref() 373 int eid) in svn_element__tree_get() argument 375 return svn_eid__hash_get(tree->e_map, eid); in svn_element__tree_get() 380 int eid, in svn_element__tree_set() argument 383 svn_eid__hash_set(tree->e_map, eid, element); in svn_element__tree_set() 428 int eid, in svn_element__tree_get_path_by_eid() argument [all …]
|
| D | branch_nested.c | 84 int eid, in svn_branch__get_rrpath_by_eid() argument 87 const char *path = svn_branch__get_path_by_eid(branch, eid, result_pool); in svn_branch__get_rrpath_by_eid() 101 int eid, in svn_branch__get_subbranch_at_eid() argument 106 SVN_ERR(svn_branch__state_get_element(branch, &element, eid, scratch_pool)); in svn_branch__get_subbranch_at_eid() 110 const char *subbranch_id = svn_branch__id_nest(branch_id, eid, in svn_branch__get_subbranch_at_eid() 141 int eid = svn_eid__hash_this_key(hi); in svn_branch__get_immediate_subbranch_eids() local 146 APR_ARRAY_PUSH(subbranch_eids, int) = eid; in svn_branch__get_immediate_subbranch_eids() 169 int eid = APR_ARRAY_IDX(subbranch_eids, i, int); in svn_branch__get_immediate_subbranches() local 171 = svn_branch__id_nest(branch_id, eid, scratch_pool); in svn_branch__get_immediate_subbranches() 198 int eid, in svn_branch__get_subtree() argument [all …]
|
| D | branch_repos.c | 108 int eid, in svn_branch__repos_find_el_rev_by_id() argument 120 eid, scratch_pool)); in svn_branch__repos_find_el_rev_by_id() 123 el_rev->eid = eid; in svn_branch__repos_find_el_rev_by_id() 127 el_rev->eid = -1; in svn_branch__repos_find_el_rev_by_id()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_element.h | 75 int eid; member 113 int eid; member 222 int eid, 349 int eid); 353 int eid, 378 int eid, 389 int eid,
|
| D | svn_branch.h | 409 int eid; member 424 int eid; member 443 int eid, 459 int eid, 511 int eid, 521 int eid, 564 svn_branch__eid_t eid, 590 svn_branch__eid_t eid, 631 int eid,
|
| D | svn_branch_nested.h | 67 int eid, 140 int eid, 181 int eid, 188 int eid,
|
| /freebsd-12-stable/contrib/libxo/libxo/ |
| D | xo_syslog.c | 158 xo_set_syslog_enterprise_id (unsigned short eid) in xo_set_syslog_enterprise_id() argument 161 "%u", eid); in xo_set_syslog_enterprise_id() 610 const char *eid = xo_syslog_enterprise_id; in xo_vsyslog() local 615 eid = at_sign = ""; in xo_vsyslog() 620 eid = at_sign = ""; in xo_vsyslog() 622 } else if (eid[0] == '\0') { in xo_vsyslog() 633 eid = buf; in xo_vsyslog() 637 if (eid[0] == '\0') { in xo_vsyslog() 640 eid = xo_syslog_enterprise_id; in xo_vsyslog() 645 name, name, at_sign, eid); in xo_vsyslog()
|
| /freebsd-12-stable/tests/sys/netpfil/pf/ |
| D | frag-overindex.py | 32 eid = pid & 0xffff 39 sp.ICMP(type='echo-request', id=eid)/ \ 74 if id != eid:
|
| D | frag-overreplace.py | 33 eid = pid & 0xffff 40 sp.ICMP(type='echo-request', id=eid)/ \ 76 if id != eid:
|
| D | frag-overlimit.py | 35 eid = pid & 0xffff 42 sp.ICMP(type='echo-request', id=eid)/ \ 79 if id != eid:
|
| /freebsd-12-stable/usr.bin/id/ |
| D | id.c | 234 u_int eid, rid; in pretty() local 253 if ((eid = geteuid()) != rid) { in pretty() 254 if ((pw = getpwuid(eid))) in pretty() 257 (void)printf("euid\t%u\n", eid); in pretty() 259 if ((rid = getgid()) != (eid = getegid())) { in pretty()
|