Searched refs:er (Results 1 - 25 of 71) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing))
189 wps_er_deinit_finish(er, NULL);
217 wps_er_ap_unsubscribed(ap->er, a
221 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
278 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
289 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
313 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
335 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
360 struct wps_er *er = eloop_data; local
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
677 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
689 wps_er_ap_remove_all(struct wps_er *er) argument
1152 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1188 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1216 struct wps_er *er = ctx; local
1252 struct wps_er *er; local
1331 wps_er_refresh(struct wps_er *er) argument
1348 struct wps_er *er = eloop_data; local
1374 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1561 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1628 wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr) argument
1899 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1932 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1984 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2050 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2071 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps.h840 void wps_er_refresh(struct wps_er *er);
841 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
842 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
844 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr);
845 const u8 * wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr);
846 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr,
848 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
850 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
855 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid,
857 struct wpabuf * wps_er_nfc_handover_sel(struct wps_er *er,
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing))
189 wps_er_deinit_finish(er, NULL);
217 wps_er_ap_unsubscribed(ap->er, a
221 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
278 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
289 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
313 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
335 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
360 struct wps_er *er = eloop_data; local
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
677 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
689 wps_er_ap_remove_all(struct wps_er *er) argument
1152 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1188 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1216 struct wps_er *er = ctx; local
1252 struct wps_er *er; local
1331 wps_er_refresh(struct wps_er *er) argument
1348 struct wps_er *er = eloop_data; local
1374 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1561 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1628 wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr) argument
1899 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1932 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1984 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2050 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2071 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps.h840 void wps_er_refresh(struct wps_er *er);
841 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
842 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
844 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr);
845 const u8 * wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr);
846 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr,
848 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
850 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
855 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid,
857 struct wpabuf * wps_er_nfc_handover_sel(struct wps_er *er,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing))
189 wps_er_deinit_finish(er, NULL);
217 wps_er_ap_unsubscribed(ap->er, a
221 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
278 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
289 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
313 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
335 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
360 struct wps_er *er = eloop_data; local
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
677 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
689 wps_er_ap_remove_all(struct wps_er *er) argument
1152 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1188 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1216 struct wps_er *er = ctx; local
1252 struct wps_er *er; local
1331 wps_er_refresh(struct wps_er *er) argument
1348 struct wps_er *er = eloop_data; local
1374 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1561 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1628 wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr) argument
1899 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1932 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1984 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2050 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2071 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps.h840 void wps_er_refresh(struct wps_er *er);
841 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
842 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
844 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr);
845 const u8 * wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr);
846 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr,
848 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
850 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
855 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid,
857 struct wpabuf * wps_er_nfc_handover_sel(struct wps_er *er,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dextend.c27 int er /* extend right border */
45 vpx_memset(dest_ptr2, src_ptr2[0], er);
59 linesize = el + er + w;
81 int er = dst->border + dst->y_width - src->y_width; local
86 et, el, eb, er);
91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
96 et, el, eb, er);
101 et, el, eb, er);
113 int er = dst->border + dst->y_width - src->y_width; local
127 er
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dextend.c27 int er /* extend right border */
45 vpx_memset(dest_ptr2, src_ptr2[0], er);
59 linesize = el + er + w;
81 int er = dst->border + dst->y_width - src->y_width; local
86 et, el, eb, er);
91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
96 et, el, eb, er);
101 et, el, eb, er);
113 int er = dst->border + dst->y_width - src->y_width; local
127 er
[all...]
/external/tcpdump/
H A Dprint-nfs.c1166 parsestatus(const u_int32_t *dp, int *er) argument
1173 if (er)
1174 *er = errnum;
1257 int er; local
1259 dp = parsestatus(dp, &er);
1262 if (er)
1271 int er; local
1273 if (!(dp = parsestatus(dp, &er)))
1275 if (er)
1288 int er; local
1305 int er; local
1356 int er; local
1442 int er; local
1472 int er; local
1482 int er; local
1506 int er; local
1542 int er; local
1574 int er; local
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c74 int er=1; local
162 er=2;
171 er=2;
175 er=0;
178 if (er)
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h774 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument
775 for (int i = 0; i < er.unregistered_fds_.size(); ++i) {
776 os << "fd: " << er.unregistered_fds_[i] << "\n";
777 os << er.unregistered_fds_[i];
779 for (EventCountsMap::const_iterator i = er.event_counts_.begin();
780 i != er.event_counts_.end();
785 for (int i = 0; i < er.debug_events_.size(); ++i) {
786 os << *(er.debug_events_[i]) << "\n";
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c375 void bta_dm_co_ble_load_local_keys(tBTA_DM_BLE_LOCAL_KEY_MASK *p_key_mask, BT_OCTET16 er, argument
381 btif_dm_get_ble_local_keys( p_key_mask, er, p_id_keys);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_dm_co.h244 BTA_API extern void bta_dm_co_ble_load_local_keys (tBTA_DM_BLE_LOCAL_KEY_MASK *p_key_mask, BT_OCTET16 er,
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_dm.h127 void btif_dm_get_ble_local_keys(tBTA_DM_BLE_LOCAL_KEY_MASK *p_key_mask, BT_OCTET16 er,
/external/proguard/src/proguard/gui/
H A DProGuardRunnable.java102 catch (OutOfMemoryError er)
H A DReTraceRunnable.java108 catch (OutOfMemoryError er)
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c348 BT_OCTET16 er; local
357 BTM_GetDeviceEncRoot(er);
362 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output))
770 BT_OCTET16 er; local
776 BTM_GetDeviceEncRoot(er);
779 if (!SMP_Encrypt(er, BT_OCTET16_LEN, (UINT8 *)&p_cb->div,
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp261 double sf, midf, ef, sr, er; local
265 er = e1;
273 er = e2;
280 is_linear_inner(*flatter, sf, ef, *rounder, sr, er, i, &subDivide);
282 relaxed_is_linear(flatter, sf, midf, rounder, sr, er, i);
283 relaxed_is_linear(flatter, midf, ef, rounder, sr, er, i);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp261 double sf, midf, ef, sr, er; local
265 er = e1;
273 er = e2;
280 is_linear_inner(*flatter, sf, ef, *rounder, sr, er, i, &subDivide);
282 relaxed_is_linear(flatter, sf, midf, rounder, sr, er, i);
283 relaxed_is_linear(flatter, midf, ef, rounder, sr, er, i);

Completed in 3413 milliseconds

123