Home
last modified time | relevance | path

Searched refs:response (Results 101 – 125 of 219) sorted by relevance

123456789

/Zephyr-latest/doc/security/
Dreporting.rst11 acknowledged and analyzed by the security response team within 1 week.
53 directly by a reporter. When entered by the response team in
54 response to an email, the issue shall be transitioned directly to
57 - Triage: This issue is awaiting Triage by the response team. The
58 response team will analyze the issue, determine a responsible
/Zephyr-latest/drivers/fpga/
Dfpga_altera_agilex_bridge.h198 struct sip_svc_response response; member
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_l2cap.h62 uint16_t response; member
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst82 [00:00:00.180,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100
85 [00:00:00.300,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100
/Zephyr-latest/subsys/net/lib/http/
DKconfig111 int "Maximum HTTP/2 response header frame length"
116 (applies to response headers only, not request headers). The default
117 value is sufficient for the standard headers included with a response,
119 additional response headers.
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c439 static int do_bootstrap_reply_cb(const struct coap_packet *response, in do_bootstrap_reply_cb() argument
445 code = coap_header_get_code(response); in do_bootstrap_reply_cb()
495 static int do_registration_reply_cb(const struct coap_packet *response, in do_registration_reply_cb() argument
503 code = coap_header_get_code(response); in do_registration_reply_cb()
510 ret = coap_find_options(response, COAP_OPTION_LOCATION_PATH, in do_registration_reply_cb()
561 static int do_update_reply_cb(const struct coap_packet *response, in do_update_reply_cb() argument
567 code = coap_header_get_code(response); in do_update_reply_cb()
604 static int do_deregister_reply_cb(const struct coap_packet *response, in do_deregister_reply_cb() argument
610 code = coap_header_get_code(response); in do_deregister_reply_cb()
Dlwm2m_message_handling.c2741 struct coap_packet response; in lwm2m_udp_receive() local
2750 r = coap_packet_parse(&response, buf, buf_len, NULL, 0); in lwm2m_udp_receive()
2756 has_block2 = coap_get_option_int(&response, COAP_OPTION_BLOCK2) > 0 ? true : false; in lwm2m_udp_receive()
2760 pending = coap_pending_received(&response, client_ctx->pendings, in lwm2m_udp_receive()
2762 if (pending && coap_header_get_type(&response) == COAP_TYPE_ACK) { in lwm2m_udp_receive()
2782 (coap_header_get_code(&response) == COAP_CODE_EMPTY)) { in lwm2m_udp_receive()
2788 reply = coap_response_received(&response, from_addr, client_ctx->replies, in lwm2m_udp_receive()
2793 if (coap_header_get_type(&response) == COAP_TYPE_CON) { in lwm2m_udp_receive()
2794 r = lwm2m_send_empty_ack(client_ctx, coap_header_get_id(&response)); in lwm2m_udp_receive()
2801 if (coap_header_get_code(&response) == COAP_RESPONSE_CODE_CONTINUE) { in lwm2m_udp_receive()
[all …]
/Zephyr-latest/drivers/sdhc/
Difx_cat1_sdio.c173 cmd->opcode, cmd->arg, cmd->response); in ifx_cat1_sdio_request()
186 data->blocks * data->block_size, cmd->response); in ifx_cat1_sdio_request()
Dmcux_sdif.c324 memcpy(cmd->response, sdif_cmd.response, sizeof(cmd->response)); in mcux_sdif_transfer()
Drcar_mmc.c470 cmd->response[0] = (rsp_39_8 & 0xffffff) << 8; in rcar_mmc_extract_resp()
471 cmd->response[1] = in rcar_mmc_extract_resp()
473 cmd->response[2] = in rcar_mmc_extract_resp()
475 cmd->response[3] = in rcar_mmc_extract_resp()
480 cmd->response[0], cmd->response[1], cmd->response[2], cmd->response[3]); in rcar_mmc_extract_resp()
482 cmd->response[0] = rcar_mmc_read_reg32(dev, RCAR_MMC_RSP10); in rcar_mmc_extract_resp()
483 LOG_DBG("Response %u\n\t[0]: 0x%08x", response_type, cmd->response[0]); in rcar_mmc_extract_resp()
/Zephyr-latest/drivers/flash/
Dflash_hp_ra_ex_op.c174 struct flash_ra_ex_write_protect_out *response);
270 struct flash_ra_ex_write_protect_out *response) in flash_ra_block_protect_get() argument
280 memcpy(&response->protected_enabled, &bps_ns, sizeof(flash_ra_cf_block_map)); in flash_ra_block_protect_get()
/Zephyr-latest/include/zephyr/net/
Dcoap.h350 typedef int (*coap_reply_t)(const struct coap_packet *response,
1159 const struct coap_packet *response,
1175 const struct coap_packet *response,
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c420 static int obs_notification_cb(const struct coap_packet *response, in obs_notification_cb() argument
424 uint16_t id = coap_header_get_id(response); in obs_notification_cb()
425 uint8_t type = coap_header_get_type(response); in obs_notification_cb()
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/
Dsockets.c114 req.response = resp_cb; in tagoio_http_push()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst25 doesn't allow to send a postponed response, for example from a work queue.
Dsrpl_cli.rst27 Configuration Client waits for a response message to arrive in milliseconds. This value can be
Dod_cli.rst28 state response message to arrive in milliseconds. This value can be changed at runtime using
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/
DREADME.rst13 accepted if the central device is on the accept list. Additionally, scan response
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst27 This project will print all the octets of the response received, more context can
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst21 sent via a GATT Write Without Response command. An SMP response is sent in the form
24 If an SMP request or response is too large to fit in a single GATT command, the
26 introduced when a request or response is fragmented; the payload is simply
/Zephyr-latest/subsys/net/lib/tftp/
DKconfig22 int "Maximum amount of time the TFTP Client will wait for a response from the server."
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1677 const struct coap_packet *response, in coap_pending_received() argument
1681 uint16_t resp_id = coap_header_get_id(response); in coap_pending_received()
1805 const struct coap_packet *response, in coap_response_received() argument
1815 if (!is_empty_message(response) && coap_packet_is_request(response)) { in coap_response_received()
1820 id = coap_header_get_id(response); in coap_response_received()
1821 tkl = coap_header_get_token(response, token); in coap_response_received()
1839 age = coap_get_option_int(response, COAP_OPTION_OBSERVE); in coap_response_received()
1843 if (coap_header_get_code(response) != COAP_RESPONSE_CODE_CONTINUE) { in coap_response_received()
1844 r->reply(response, r, from); in coap_response_received()
/Zephyr-latest/drivers/espi/
DKconfig.npcx22 the shared memory region to return the ACPI response data. Please
44 a wrong state and therefore response with FATAL_ERROR on an incoming
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c402 uint16_t response = 0; in sreq_get_status() local
404 if (setup->wLength != sizeof(response)) { in sreq_get_status()
427 response = uds_ctx->status.rwup ? in sreq_get_status()
431 response = usbd_ep_is_halted(uds_ctx, ep) ? BIT(0) : 0; in sreq_get_status()
447 LOG_DBG("Get Status response 0x%04x", response); in sreq_get_status()
448 net_buf_add_le16(buf, response); in sreq_get_status()
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at28 bool "MAC address in scan response"
30 Get mac address in scan response.

123456789