OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_code
(Results
26 - 31
of
31
) sorted by null
1
2
/external/wpa_supplicant/
eap_mschapv2.c
39
u8
op_code
; /* MSCHAPV2_OP_* */
member in struct:eap_mschapv2_hdr
250
ms->
op_code
= MSCHAPV2_OP_RESPONSE;
434
/* Note: Only
op_code
of the EAP-MSCHAPV2 header is included in success
446
ms->
op_code
= MSCHAPV2_OP_SUCCESS;
597
ms->
op_code
= MSCHAPV2_OP_CHANGE_PASSWORD;
718
/* Note: Only
op_code
of the EAP-MSCHAPV2 header is included in failure
726
ms->
op_code
= MSCHAPV2_OP_FAILURE;
849
switch (ms->
op_code
) {
863
ms->
op_code
);
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
[
all
...]
wps.h
230
enum wsc_op_code
op_code
,
233
struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *
op_code
);
wps_upnp_web.c
448
enum wsc_op_code
op_code
;
local
449
*reply = wps_get_msg(peer->wps, &
op_code
);
473
enum wsc_op_code
op_code
;
local
492
*reply = wps_get_msg(iface->peer.wps, &
op_code
);
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c
341
UChar
op_code
;
local
358
op_code
= * data ++;
360
if (0) VG_(printf)("dwarf2: ext OPC: %d\n",
op_code
);
362
switch (
op_code
) {
392
(Int)
op_code
);
400
(Int)
op_code
, (Addr)adr);
732
UChar
op_code
;
local
736
op_code
= * data ++;
738
if (0) VG_(printf)("dwarf2: OPC: %d\n",
op_code
);
740
if (
op_code
>= info.li_opcode_base)
[
all
...]
/external/pcre/
pcre_compile.c
2537
int
op_code
= *previous++;
local
[
all
...]
Completed in 945 milliseconds
1
2