Searched defs:er (Results 1 - 25 of 32) sorted by relevance

12

/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) {
108 wps_er_ap_cache_settings(er, &addr.sin_addr);
109 wps_er_ap_remove(er, &addr.sin_addr);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
127 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
150 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
159 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) 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_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
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
1912 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1945 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1997 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
2063 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2084 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[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) {
108 wps_er_ap_cache_settings(er, &addr.sin_addr);
109 wps_er_ap_remove(er, &addr.sin_addr);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
127 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
150 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
159 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) 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_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
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
1912 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1945 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1997 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
2063 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2084 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[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) {
108 wps_er_ap_cache_settings(er, &addr.sin_addr);
109 wps_er_ap_remove(er, &addr.sin_addr);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
127 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
150 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
159 int wps_er_ssdp_init(struct wps_er *er) argument
195 wps_er_ssdp_deinit(struct wps_er *er) 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_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
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
1912 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1945 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1997 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
2063 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2084 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dextend.c23 int er /* extend right border */
39 memset(dest_ptr2, src_ptr2[0], er);
53 linesize = el + er + w;
71 int er = dst->border + dst->y_width - src->y_width; local
75 er);
80 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
84 eb, er);
88 eb, er);
97 int er = dst->border + dst->y_width - src->y_width; local
107 if (srcx + srcw != src->y_width) er
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp57 const CArcErrorInfo &er = arc.ErrorInfo; local
59 UInt32 errorFlags = er.GetErrorFlags();
61 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
76 if (!er.ErrorMessage.IsEmpty())
79 *_se << "ERRORS:" << endl << er.ErrorMessage << endl;
89 UInt32 warningFlags = er.GetWarningFlags();
91 if (warningFlags != 0 || !er.WarningMessage.IsEmpty())
106 if (!er.WarningMessage.IsEmpty())
109 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
121 if (er
[all...]
H A DExtractCallbackConsole.cpp535 const CArcErrorInfo &er = arc.ErrorInfo; local
539 if (arc.FormatIndex == er.ErrorFormatIndex)
546 Add_Messsage_Pre_ArcType(s, "Can not open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex));
573 const CArcErrorInfo &er = arc.ErrorInfo; local
575 UInt32 errorFlags = er.GetErrorFlags();
577 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
594 if (!er.ErrorMessage.IsEmpty())
597 *_se << "ERRORS:" << endl << er.ErrorMessage << endl;
609 UInt32 warningFlags = er.GetWarningFlags();
611 if (warningFlags != 0 || !er
[all...]
H A DList.cpp865 static void ErrorInfo_Print(CStdOutStream &so, const CArcErrorInfo &er) argument
867 PrintErrorFlags(so, "ERRORS:", er.GetErrorFlags());
868 if (!er.ErrorMessage.IsEmpty())
869 PrintPropPair(so, "ERROR", er.ErrorMessage);
871 PrintErrorFlags(so, "WARNINGS:", er.GetWarningFlags());
872 if (!er.WarningMessage.IsEmpty())
873 PrintPropPair(so, "WARNING", er.WarningMessage);
881 const CArcErrorInfo &er = arc.ErrorInfo; local
885 if (er.ErrorFormatIndex >= 0)
887 if (er
[all...]
/external/webrtc/webrtc/base/
H A Dstream.h57 StreamEventData(int ev, int er) : events(ev), error(er) { } argument
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c245 GLfixed er, eg, eb, ea; member in struct:affine_info
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \
557 info.er = 0; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
824 info.er = 0; \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
/external/tcpdump/
H A Dprint-nfs.c1025 const uint32_t *dp, int *er)
1032 if (er)
1033 *er = errnum;
1118 int er; local
1120 dp = parsestatus(ndo, dp, &er);
1123 if (er)
1133 int er; local
1135 if (!(dp = parsestatus(ndo, dp, &er)))
1137 if (er)
1151 int er; local
1024 parsestatus(netdissect_options *ndo, const uint32_t *dp, int *er) argument
1169 int er; local
1221 int er; local
1312 int er; local
1343 int er; local
1354 int er; local
1379 int er; local
1416 int er; local
1449 int er; local
[all...]
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp492 static void ErrorInfo_Print(UString &s, const CArcErrorInfo &er) argument
494 UInt32 errorFlags = er.GetErrorFlags();
495 UInt32 warningFlags = er.GetWarningFlags();
500 if (!er.ErrorMessage.IsEmpty())
501 AddNewLineString(s, er.ErrorMessage);
511 if (!er.WarningMessage.IsEmpty())
515 s += er.WarningMessage;
533 const CArcErrorInfo &er = arc.ErrorInfo; local
535 if (!er.IsThereErrorOrWarning() && er
[all...]
/external/stressapptest/src/
H A Dworker.cc855 struct ErrorRecord er; local
856 er.actual = actual;
857 er.expected = expected;
858 er.vaddr = &memblock[i];
862 ProcessError(&er, 12, errormessage.c_str());
996 struct ErrorRecord er; local
997 er.actual = actual;
999 er.expected = tag;
1000 er.vaddr = mem64;
1003 er
1239 struct ErrorRecord er; local
1383 struct ErrorRecord er; local
[all...]
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 741 milliseconds

12