OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_code
(Results
26 - 30
of
30
) sorted by null
1
2
/external/scapy/scapy/layers/
ntp.py
708
#
op_code
== CTL_OP_READSTAT
709
elif pkt.
op_code
== 1:
715
#
op_code
== CTL_OP_READVAR
716
elif pkt.
op_code
== 2:
722
#
op_code
== CTL_OP_WRITEVAR
723
elif pkt.
op_code
== 3:
726
#
op_code
== CTL_OP_READCLOCK or
op_code
== CTL_OP_WRITECLOCK
727
elif pkt.
op_code
== 4 or pkt.
op_code
== 5
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_registrar.c
[
all
...]
wps_upnp_web.c
457
enum wsc_op_code
op_code
;
local
458
*reply = wps_get_msg(peer->wps, &
op_code
);
496
enum wsc_op_code
op_code
;
local
563
*reply = wps_get_msg(peer->wps, &
op_code
);
[
all
...]
wps.h
229
enum wsc_op_code
op_code
,
232
struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *
op_code
);
/external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c
2074
int
op_code
;
member in struct:op_code2sa_t
[
all
...]
Completed in 564 milliseconds
1
2