Searched defs:token (Results 26 – 39 of 39) sorted by relevance
12
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 171 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()
|
D | coap_link_format.c | 429 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
|
D | coap_client.c | 209 uint8_t *token = coap_next_token(); in coap_client_init_request() local
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 41 uint32_t token; member
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_nxp_fs26.c | 75 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/ |
D | coap.h | 304 uint8_t token[8]; member 401 uint8_t token[8]; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.c | 557 char *sprint_token(const uint8_t *token, uint8_t tkl) in sprint_token()
|
D | lwm2m_message_handling.c | 292 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
|
D | lwm2m_object.h | 512 uint8_t *token; member
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 83 char *token = strtok_r(argv[1], ";", &outer_state); in cmd_dfd_receivers_add() local
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 549 uint8_t token, resp; in sdhc_spi_write_data() local
|
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 423 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/ |
D | main.c | 2099 #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/ |
D | kconfiglib.py | 2590 def _check_token(self, token): argument
|
12