Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/wpa/src/eap_peer/
HDeap_wsc.c369 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
372 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
375 op_code, data->in_op_code); in eap_wsc_process_cont()
396 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument
417 data->in_op_code = op_code; in eap_wsc_process_fragment()
436 u8 op_code, flags, id; in eap_wsc_process() local
454 op_code = *pos++; in eap_wsc_process()
475 op_code, flags, message_length); in eap_wsc_process()
478 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
480 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
HDeap_pax.c95 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument
106 pax->op_code = op_code; in eap_pax_alloc_resp()
348 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process()
410 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process()
433 switch (req->op_code) { in eap_pax_process()
442 "op_code %d", req->op_code); in eap_pax_process()
HDeap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member
174 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply()
548 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password()
819 switch (ms->op_code) { in eap_mschapv2_process()
830 ms->op_code); in eap_mschapv2_process()
/NextBSD/contrib/wpa/src/eap_server/
HDeap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
294 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
297 op_code, data->in_op_code); in eap_wsc_process_cont()
318 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument
336 data->in_op_code = op_code; in eap_wsc_process_fragment()
354 u8 op_code, flags; in eap_wsc_process() local
373 op_code = *pos++; in eap_wsc_process()
392 op_code, flags, message_length); in eap_wsc_process()
395 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
397 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
HDeap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member
124 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
162 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
205 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
256 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
258 "ignore op %d", resp->op_code); in eap_mschapv2_check()
263 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
264 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
266 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
271 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
[all …]
HDeap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1()
139 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3()
204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check()
210 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check()
212 "ignore op %d", resp->op_code); in eap_pax_check()
217 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
219 "ignore op %d", resp->op_code); in eap_pax_check()
223 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check()
224 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
226 resp->op_code); in eap_pax_check()
[all …]
/NextBSD/sys/cam/scsi/
HDscsi_cd.h138 u_int8_t op_code; member
149 u_int8_t op_code; member
163 u_int8_t op_code; member
176 u_int8_t op_code; member
186 u_int8_t op_code; member
196 u_int8_t op_code; member
206 u_int8_t op_code; member
216 u_int8_t op_code; member
229 u_int8_t op_code; member
256 u_int8_t op_code; member
HDscsi_cd.c2661 scsi_cmd->op_code = READ_TOC; in cdreadtoc()
2701 scsi_cmd->op_code = READ_SUBCHANNEL; in cdreadsubchannel()
2939 scsi_cmd->op_code = PLAY_10; in cdplay()
2948 scsi_cmd->op_code = PLAY_12; in cdplay()
3001 scsi_cmd->op_code = PLAY_MSF; in cdplaymsf()
3047 scsi_cmd->op_code = PLAY_TRACK; in cdplaytracks()
3089 scsi_cmd->op_code = PAUSE; in cdpause()
/NextBSD/contrib/wpa/src/wps/
HDwps_enrollee.c448 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument
455 *op_code = WSC_MSG; in wps_enrollee_get_msg()
459 *op_code = WSC_MSG; in wps_enrollee_get_msg()
463 *op_code = WSC_MSG; in wps_enrollee_get_msg()
467 *op_code = WSC_MSG; in wps_enrollee_get_msg()
472 *op_code = WSC_NACK; in wps_enrollee_get_msg()
476 *op_code = WSC_ACK; in wps_enrollee_get_msg()
484 *op_code = WSC_NACK; in wps_enrollee_get_msg()
488 *op_code = WSC_Done; in wps_enrollee_get_msg()
497 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg()
[all …]
HDwps_i.h194 enum wsc_op_code *op_code);
196 enum wsc_op_code op_code,
201 enum wsc_op_code *op_code);
203 enum wsc_op_code op_code,
HDwps.c200 enum wsc_op_code op_code, in wps_process_msg() argument
204 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg()
206 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg()
219 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument
222 return wps_registrar_get_msg(wps, op_code); in wps_get_msg()
224 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
HDwps_er.c1011 enum wsc_op_code op_code) in wps_er_sta_process() argument
1015 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process()
1017 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1093 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1097 op_code = WSC_ACK; in wps_er_process_wlanevent_eap()
1100 op_code = WSC_NACK; in wps_er_process_wlanevent_eap()
1103 op_code = WSC_Done; in wps_er_process_wlanevent_eap()
1107 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap()
1747 enum wsc_op_code op_code; in wps_er_ap_process() local
1749 op_code = WSC_MSG; in wps_er_ap_process()
[all …]
HDwps_registrar.c2025 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument
2050 *op_code = WSC_ACK; in wps_registrar_get_msg()
2053 *op_code = WSC_NACK; in wps_registrar_get_msg()
2056 *op_code = WSC_MSG; in wps_registrar_get_msg()
2078 *op_code = WSC_MSG; in wps_registrar_get_msg()
2082 *op_code = WSC_MSG; in wps_registrar_get_msg()
2086 *op_code = WSC_MSG; in wps_registrar_get_msg()
2090 *op_code = WSC_MSG; in wps_registrar_get_msg()
2094 *op_code = WSC_MSG; in wps_registrar_get_msg()
2098 *op_code = WSC_ACK; in wps_registrar_get_msg()
[all …]
HDwps_upnp_web.c448 enum wsc_op_code op_code; in web_process_get_device_info() local
449 *reply = wps_get_msg(peer->wps, &op_code); in web_process_get_device_info()
473 enum wsc_op_code op_code; in web_process_put_message() local
494 *reply = wps_get_msg(iface->peer.wps, &op_code); in web_process_put_message()
HDwps.h222 enum wsc_op_code op_code,
225 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-spi4000.c101 uint32_t op_code : 2; /**< MDIO Op Code member
193 mdio.s.op_code = 1; in __cvmx_spi4000_mdio_write()
224 mdio.s.op_code = 2; in __cvmx_spi4000_mdio_read()
HDcvmx-nand.h382 uint64_t op_code : 4; member
HDcvmx-nand.c896 CVMX_NAND_LOG_PARAM("%s", cvmx_nand_opcode_labels[cmd.s.op_code]); in cvmx_nand_submit()
897 switch (cmd.s.op_code) in cvmx_nand_submit()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c226 unsigned char op_code; in process_extended_line_op() local
242 op_code = *data++; in process_extended_line_op()
244 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op()
246 switch (op_code) in process_extended_line_op()
1964 unsigned char op_code; in display_debug_lines() local
1969 op_code = *data++; in display_debug_lines()
1971 if (op_code >= info.li_opcode_base) in display_debug_lines()
1973 op_code -= info.li_opcode_base; in display_debug_lines()
1974 uladv = (op_code / info.li_line_range) * info.li_min_insn_length; in display_debug_lines()
1977 op_code, uladv, state_machine_regs.address); in display_debug_lines()
[all …]
/NextBSD/contrib/wpa/src/eap_common/
HDeap_pax_common.h17 u8 op_code; member
/NextBSD/contrib/binutils/bfd/
HDdwarf2.c978 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local
1158 op_code = read_1_byte (abfd, line_ptr); in decode_line_info()
1161 if (op_code >= lh.opcode_base) in decode_line_info()
1164 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
1175 else switch (op_code) in decode_line_info()
1290 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()
/NextBSD/sys/dev/qlxgbe/
HDql_hw.c1713 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, uint32_t *op_code, in qla_tx_chksum() argument
1726 *op_code = 0; in qla_tx_chksum()
1791 *op_code = opcode; in qla_tx_chksum()
1819 uint32_t op_code = 0; in ql_hw_send() local
1871 (void)qla_tx_chksum(ha, mp, &op_code, &tcp_hdr_off); in ql_hw_send()
1897 if (op_code) { in ql_hw_send()
1898 tx_cmd->flags_opcode = op_code; in ql_hw_send()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_ripencc.c318 short rpt_0x58 (TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type,
2438 unsigned char *op_code, in rpt_0x58() argument
2461 *op_code = buf[0]; in rpt_0x58()
2464 if (*op_code == 2) { in rpt_0x58()
3926 op_code, data_type, sv_prn, in rpt_GPS_system_data() local
3953 if (rpt_0x58 (rpt, &op_code, &data_type, &sv_prn, in rpt_GPS_system_data()
3962 switch (op_code) in rpt_GPS_system_data()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c5350 unsigned char op_code, extended_op, adj_opcode; in dwarf_decode_lines() local
5389 op_code = read_1_byte (abfd, line_ptr); in dwarf_decode_lines()
5392 if (op_code >= lh->opcode_base) in dwarf_decode_lines()
5394 adj_opcode = op_code - lh->opcode_base; in dwarf_decode_lines()
5403 else switch (op_code) in dwarf_decode_lines()
5502 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++) in dwarf_decode_lines()
/NextBSD/contrib/gcc/
HDfold-const.c5445 enum tree_code op_code; in optimize_minmax_comparison() local
5453 op_code = TREE_CODE (arg0); in optimize_minmax_comparison()
5460 if ((op_code != MIN_EXPR && op_code != MAX_EXPR) in optimize_minmax_comparison()
5490 if (op_code == MAX_EXPR && consts_equal) in optimize_minmax_comparison()
5494 else if (op_code == MAX_EXPR && consts_lt) in optimize_minmax_comparison()
5498 else if (op_code == MAX_EXPR) in optimize_minmax_comparison()
5515 if (op_code == MAX_EXPR && (consts_equal || consts_lt)) in optimize_minmax_comparison()
5520 else if (op_code == MAX_EXPR) in optimize_minmax_comparison()
5524 else if (op_code == MIN_EXPR && (consts_equal || consts_lt)) in optimize_minmax_comparison()

12