Searched refs:op_code (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
123 ms->op_code = MSCHAPV2_OP_CHALLENGE;
161 ms->op_code = MSCHAPV2_OP_SUCCESS;
204 ms->op_code = MSCHAPV2_OP_FAILURE;
255 resp->op_code != MSCHAPV2_OP_RESPONSE) {
257 "ignore op %d", resp->op_code);
262 resp->op_code != MSCHAPV2_OP_SUCCESS &&
263 resp->op_code != MSCHAPV2_OP_FAILURE) {
265 "Failure - ignore op %d", resp->op_code);
270 resp->op_code !
[all...]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1;
144 pax->op_code = EAP_PAX_OP_STD_3;
216 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
219 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
225 resp->op_code != EAP_PAX_OP_STD_2) {
227 "ignore op %d", resp->op_code);
232 resp->op_code != EAP_PAX_OP_ACK) {
234 "ignore op %d", resp->op_code);
238 if (resp->op_code != EAP_PAX_OP_STD_2 &&
239 resp->op_code !
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c368 const u8 *buf, size_t len, u8 op_code)
371 if (op_code != data->in_op_code) {
374 op_code, data->in_op_code);
395 u8 id, u8 flags, u8 op_code,
416 data->in_op_code = op_code;
435 u8 op_code, flags, id; local
453 op_code = *pos++;
474 op_code, flags, message_length);
477 if (op_code != WSC_FRAG_ACK) {
479 "in WAIT_FRAG_ACK state", op_code);
367 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
393 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
354 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
357 req->op_code, req->flags, req->mac_id, req->dh_group_id,
419 if (req->op_code == EAP_PAX_OP_STD_1) {
442 switch (req->op_code) {
451 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
172 ms->op_code = MSCHAPV2_OP_RESPONSE;
373 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
384 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
546 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
695 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
702 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
817 switch (ms->op_code) {
828 ms->op_code);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_i.h197 enum wsc_op_code *op_code);
199 enum wsc_op_code op_code,
204 enum wsc_op_code *op_code);
206 enum wsc_op_code op_code,
H A Dwps_enrollee.c453 enum wsc_op_code *op_code)
460 *op_code = WSC_MSG;
464 *op_code = WSC_MSG;
468 *op_code = WSC_MSG;
472 *op_code = WSC_MSG;
477 *op_code = WSC_NACK;
481 *op_code = WSC_ACK;
489 *op_code = WSC_NACK;
493 *op_code = WSC_Done;
502 if (*op_code
452 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1477 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
H A Dwps.c192 * @op_code: Message OP Code
202 enum wsc_op_code op_code,
206 return wps_registrar_process_msg(wps, op_code, msg);
208 return wps_enrollee_process_msg(wps, op_code, msg);
215 * @op_code: Buffer for returning message OP Code
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
224 return wps_registrar_get_msg(wps, op_code);
226 return wps_enrollee_get_msg(wps, op_code);
201 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
H A Dwps_er.c1010 enum wsc_op_code op_code)
1014 res = wps_process_msg(sta->wps, op_code, msg);
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1092 enum wsc_op_code op_code = WSC_MSG; local
1096 op_code = WSC_ACK;
1099 op_code = WSC_NACK;
1102 op_code = WSC_Done;
1106 wps_er_sta_process(sta, msg, op_code);
1746 enum wsc_op_code op_code; local
1748 op_code
1009 wps_er_sta_process(struct wps_er_sta *sta, struct wpabuf *msg, enum wsc_op_code op_code) argument
[all...]
H A Dwps_registrar.c2111 enum wsc_op_code *op_code)
2136 *op_code = WSC_ACK;
2139 *op_code = WSC_NACK;
2142 *op_code = WSC_MSG;
2164 *op_code = WSC_MSG;
2168 *op_code = WSC_MSG;
2172 *op_code = WSC_MSG;
2176 *op_code = WSC_MSG;
2180 *op_code = WSC_MSG;
2184 *op_code
2110 wps_registrar_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
3396 wps_registrar_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
H A Dwps_upnp_web.c457 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);
H A Dwps.h229 enum wsc_op_code op_code,
232 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.h138 u_int8_t op_code; member in struct:scsi_pause
149 u_int8_t op_code; member in struct:scsi_play_msf
163 u_int8_t op_code; member in struct:scsi_play_track
176 u_int8_t op_code; member in struct:scsi_play_10
186 u_int8_t op_code; member in struct:scsi_play_12
196 u_int8_t op_code; member in struct:scsi_play_rel_12
206 u_int8_t op_code; member in struct:scsi_read_header
216 u_int8_t op_code; member in struct:scsi_read_subchannel
229 u_int8_t op_code; member in struct:scsi_read_toc
262 u_int8_t op_code; member in struct:scsi_read_cd_capacity
[all...]
H A Dscsi_cd.c3154 scsi_cmd->op_code = READ_SUBCHANNEL;
3392 scsi_cmd->op_code = PLAY_10;
3401 scsi_cmd->op_code = PLAY_12;
3454 scsi_cmd->op_code = PLAY_MSF;
3500 scsi_cmd->op_code = PLAY_TRACK;
3542 scsi_cmd->op_code = PAUSE;
4185 scsi_cmd->op_code = READ_TOC;
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi4000.c101 uint32_t op_code : 2; /**< MDIO Op Code member in struct:__anon8747::__anon8748
193 mdio.s.op_code = 1;
224 mdio.s.op_code = 2;
H A Dcvmx-nand.h382 uint64_t op_code : 4; member in struct:__anon8653::__anon8654
H A Dcvmx-nand.c896 CVMX_NAND_LOG_PARAM("%s", cvmx_nand_opcode_labels[cmd.s.op_code]);
897 switch (cmd.s.op_code)
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c226 unsigned char op_code; local
242 op_code = *data++;
244 printf (_(" Extended opcode %d: "), op_code);
246 switch (op_code)
1964 unsigned char op_code; local
1969 op_code = *data++;
1971 if (op_code >= info.li_opcode_base)
1973 op_code -= info.li_opcode_base;
1974 uladv = (op_code / info.li_line_range) * info.li_min_insn_length;
1977 op_code, ulad
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1778 uint32_t op_code;
1783 op_code = (faulty_instruction >> 26) & 0x3f;
1786 switch (op_code) {
1815 op_code = (faulty_instruction >> 19) & 0x3;
1816 switch (op_code) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c978 unsigned char op_code, extended_op, adj_opcode; local
1158 op_code = read_1_byte (abfd, line_ptr);
1161 if (op_code >= lh.opcode_base)
1164 adj_opcode = op_code - lh.opcode_base;
1175 else switch (op_code)
1290 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c318 short rpt_0x58 (TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type,
2438 unsigned char *op_code,
2461 *op_code = buf[0];
2464 if (*op_code == 2) {
3926 op_code, data_type, sv_prn, local
3953 if (rpt_0x58 (rpt, &op_code, &data_type, &sv_prn,
3962 switch (op_code)
2436 rpt_0x58( TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type, unsigned char *sv_prn, unsigned char *data_length, unsigned char *data_packet ) argument
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2401 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, uint32_t *op_code, argument
2414 *op_code = 0;
2480 *op_code = opcode;
2508 uint32_t op_code = 0; local
2560 (void)qla_tx_chksum(ha, mp, &op_code, &tcp_hdr_off);
2597 if (op_code) {
2598 tx_cmd->flags_opcode = op_code;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c5350 unsigned char op_code, extended_op, adj_opcode; local
5389 op_code = read_1_byte (abfd, line_ptr);
5392 if (op_code >= lh->opcode_base)
5394 adj_opcode = op_code - lh->opcode_base;
5403 else switch (op_code)
5502 for (i = 0; i < lh->standard_opcode_lengths[op_code]; i++)

Completed in 216 milliseconds

12