HomeSort by: relevance | last modified time | path
    Searched refs:op_code (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_wsc.c 293 const u8 *buf, size_t len, u8 op_code)
296 if (op_code != data->in_op_code) {
299 op_code, data->in_op_code);
320 u8 flags, u8 op_code, u16 message_length,
338 data->in_op_code = op_code;
356 u8 op_code, flags; local
375 op_code = *pos++;
394 op_code, flags, message_length);
397 if (op_code != WSC_FRAG_ACK) {
399 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_server_mschapv2.c 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
129 ms->op_code = MSCHAPV2_OP_CHALLENGE;
167 ms->op_code = MSCHAPV2_OP_SUCCESS;
210 ms->op_code = MSCHAPV2_OP_FAILURE;
261 resp->op_code != MSCHAPV2_OP_RESPONSE) {
263 "ignore op %d", resp->op_code);
268 resp->op_code != MSCHAPV2_OP_SUCCESS &&
269 resp->op_code != MSCHAPV2_OP_FAILURE) {
271 "Failure - ignore op %d", resp->op_code);
276 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
eap_server_pax.c 98 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 != EAP_PAX_OP_ACK)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_wsc.c 378 const u8 *buf, size_t len, u8 op_code)
381 if (op_code != data->in_op_code) {
384 op_code, data->in_op_code);
405 u8 id, u8 flags, u8 op_code,
426 data->in_op_code = op_code;
445 u8 op_code, flags, id; local
463 op_code = *pos++;
484 op_code, flags, message_length);
487 if (op_code != WSC_FRAG_ACK) {
489 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_pax.c 94 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);
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
178 ms->op_code = MSCHAPV2_OP_RESPONSE;
379 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
390 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
552 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
701 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
708 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
823 switch (ms->op_code) {
834 ms->op_code);
  /src/external/bsd/wpa/dist/src/wps/
wps_i.h 198 enum wsc_op_code *op_code);
200 enum wsc_op_code op_code,
205 enum wsc_op_code *op_code);
207 enum wsc_op_code op_code,
wps_enrollee.c 453 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 == WSC_MSG && msg)
    [all...]
wps.c 193 * @op_code: Message OP Code
203 enum wsc_op_code op_code,
207 return wps_registrar_process_msg(wps, op_code, msg);
209 return wps_enrollee_process_msg(wps, op_code, msg);
216 * @op_code: Buffer for returning message OP Code
222 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
225 return wps_registrar_get_msg(wps, op_code);
227 return wps_enrollee_get_msg(wps, op_code);
wps_er.c 1010 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 = WSC_MSG
    [all...]
wps_registrar.c 2101 enum wsc_op_code *op_code)
2126 *op_code = WSC_ACK;
2129 *op_code = WSC_NACK;
2132 *op_code = WSC_MSG;
2154 *op_code = WSC_MSG;
2158 *op_code = WSC_MSG;
2162 *op_code = WSC_MSG;
2166 *op_code = WSC_MSG;
2170 *op_code = WSC_MSG;
2174 *op_code = WSC_ACK
    [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);
wps.h 235 enum wsc_op_code op_code,
238 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.c 133 tftp_a->op_code = FTPOP_ACKN;
180 if (tftp->info.op_code == FTPOP_ERR) {
etherfun.h 96 u_short op_code; member in struct:tftph
  /src/external/bsd/wpa/dist/src/eap_common/
eap_pax_common.h 17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-address.cc 630 enum tree_code op_code; local
662 op_code = PLUS_EXPR;
664 op_code = MINUS_EXPR;
674 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt);
675 else if (op_code == PLUS_EXPR)
graphite-isl-ast-to-gimple.cc 434 enum tree_code op_code; local
438 op_code = MAX_EXPR;
442 op_code = MIN_EXPR;
469 res = fold_build2 (op_code, type, res, t);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-address.cc 627 enum tree_code op_code; local
659 op_code = PLUS_EXPR;
661 op_code = MINUS_EXPR;
671 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt);
672 else if (op_code == PLUS_EXPR)
graphite-isl-ast-to-gimple.cc 434 enum tree_code op_code; local
438 op_code = MAX_EXPR;
442 op_code = MIN_EXPR;
469 res = fold_build2 (op_code, type, res, t);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 1795 uint32_t op_code;
1800 op_code = (faulty_instruction >> 26) & 0x3f;
1803 switch (op_code) {
1832 op_code = (faulty_instruction >> 19) & 0x3;
1833 switch (op_code) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 1867 uint32_t op_code;
1877 op_code = (faulty_instruction >> 26) & 0x3f;
1880 switch (op_code) {
1909 op_code = (faulty_instruction >> 19) & 0x3;
1910 switch (op_code) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 1992 uint32_t op_code;
2002 op_code = (faulty_instruction >> 26) & 0x3f;
2005 switch (op_code) {
2034 op_code = (faulty_instruction >> 19) & 0x3;
2035 switch (op_code) {
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 424 unsigned char op_code; local
439 op_code = *data++;
441 printf (_(" Extended opcode %d: "), op_code);
443 switch (op_code)
572 if (op_code >= DW_LNE_lo_user
575 for op_code. */
576 /*&& op_code <= DW_LNE_hi_user*/)
4966 unsigned char op_code; local
4972 op_code = *data++;
4974 if (op_code >= linfo.li_opcode_base
5590 unsigned char op_code; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 421 unsigned char op_code; local
436 op_code = *data++;
438 printf (_(" Extended opcode %d: "), op_code);
440 switch (op_code)
569 if (op_code >= DW_LNE_lo_user
572 for op_code. */
573 /*&& op_code <= DW_LNE_hi_user*/)
4894 unsigned char op_code; local
4900 op_code = *data++;
4902 if (op_code >= linfo.li_opcode_base
5520 unsigned char op_code; local
    [all...]

Completed in 82 milliseconds

1 2