Home
last modified time | relevance | path

Searched defs:token (Results 26 – 39 of 39) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c171 const uint8_t *token, uint8_t code, uint16_t id) in coap_packet_init()
225 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_ack_init() local
439 static uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_next_token() local
992 uint8_t coap_header_get_token(const struct coap_packet *cpkt, uint8_t *token) in coap_header_get_token()
1811 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_response_received() local
1890 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_reply_init() local
2043 const uint8_t *token, uint8_t token_len) in coap_find_observer()
2081 const uint8_t *token, uint8_t token_len) in coap_find_observer_by_token()
Dcoap_link_format.c429 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get_len() local
628 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get_len() local
Dcoap_client.c209 uint8_t *token = coap_next_token(); in coap_client_init_request() local
/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc_controller.h41 uint32_t token; member
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c75 uint16_t token; /* local copy of the watchdog token */ member
259 static inline uint16_t fs26_wd_compute_answer(uint16_t token) in fs26_wd_compute_answer()
/Zephyr-latest/include/zephyr/net/
Dcoap.h304 uint8_t token[8]; member
401 uint8_t token[8]; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c557 char *sprint_token(const uint8_t *token, uint8_t tkl) in sprint_token()
Dlwm2m_message_handling.c292 uint8_t token[COAP_TOKEN_MAX_LEN]; in build_msg_block_for_send() local
617 uint8_t *token = NULL; in lwm2m_init_message() local
2319 uint8_t token[8]; in handle_request() local
Dlwm2m_object.h512 uint8_t *token; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c83 char *token = strtok_r(argv[1], ";", &outer_state); in cmd_dfd_receivers_add() local
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c549 uint8_t token, resp; in sdhc_spi_write_data() local
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c423 uint8_t token[TOKEN_OFFSET + COAP_TOKEN_MAX_LEN]; in z_impl_zsock_recvfrom_custom_fake_duplicate_response() local
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2099 #define TO_MY_ENUM(token) TO_MY_ENUM_2(token) /* force another expansion */ argument
2100 #define TO_MY_ENUM_2(token) MY_ENUM_ ## token argument
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py2590 def _check_token(self, token): argument

12