Home
last modified time | relevance | path

Searched defs:token (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-2.7.6/lib/os/
Djson.c20 struct token { struct
21 enum json_tokens type; argument
31 struct token token; argument
44 static bool lexer_consume(struct lexer *lexer, struct token *token, in lexer_consume()
57 static bool lexer_next(struct lexer *lexer, struct token *token) in lexer_next()
72 static void emit(struct lexer *lexer, enum json_tokens token) in emit()
290 struct token token; in obj_init() local
305 static int element_token(enum json_tokens token) in element_token()
323 struct token token; in obj_next() local
391 static int decode_num(const struct token *token, int32_t *num) in decode_num()
/Zephyr-Core-2.7.6/samples/net/sockets/coap_server/src/
Dcoap-server.c214 uint8_t token[COAP_TOKEN_MAX_LEN]; in piggyback_get() local
286 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_del() local
334 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_put() local
394 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_post() local
460 uint8_t token[COAP_TOKEN_MAX_LEN]; in query_get() local
554 uint8_t token[COAP_TOKEN_MAX_LEN]; in location_query_post() local
611 uint8_t token[COAP_TOKEN_MAX_LEN]; in separate_get() local
702 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_get() local
789 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_update_put() local
879 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_create_post() local
[all …]
/Zephyr-Core-2.7.6/tests/net/lib/coap/src/
Dmain.c93 const char token[] = "token"; in test_build_simple_pdu() local
211 const uint8_t token[8]; in test_parse_simple_pdu() local
448 const char token[] = "token"; in prepare_block1_request() local
491 uint8_t token[8]; in prepare_block1_response() local
583 const char token[] = "token"; in prepare_block2_request() local
611 uint8_t token[8]; in prepare_block2_response() local
796 uint8_t token[8]; in server_resource_1_get() local
897 const char token[] = "token"; in test_observer_client() local
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dlwm2m_obj_firmware_pull.c66 uint8_t *token, uint8_t tkl, in transfer_request()
205 uint8_t token[8]; in do_firmware_transfer_reply_cb() local
Dlwm2m_engine.c77 uint8_t token[MAX_TOKEN_LEN]; member
174 static char *sprint_token(const uint8_t *token, uint8_t tkl) in sprint_token()
221 static int init_block_ctx(const uint8_t *token, uint8_t tkl, in init_block_ctx()
261 static int get_block_ctx(const uint8_t *token, uint8_t tkl, in get_block_ctx()
380 const uint8_t *token, uint8_t tkl, in engine_add_observer()
527 static int engine_remove_observer(struct lwm2m_ctx *ctx, const uint8_t *token, uint8_t tkl) in engine_remove_observer()
917 uint8_t *token = NULL; in lwm2m_init_message() local
3552 uint8_t token[8]; in handle_request() local
3994 uint8_t token[8]; in lwm2m_udp_receive() local
Dlwm2m_object.h411 uint8_t token[8]; member
467 uint8_t *token; member
/Zephyr-Core-2.7.6/samples/net/sockets/coap_client/src/
Dcoap-client.c391 static int send_obs_reply_ack(uint16_t id, uint8_t *token, uint8_t tkl) in send_obs_reply_ack()
422 uint8_t token[COAP_TOKEN_MAX_LEN]; in process_obs_coap_reply() local
/Zephyr-Core-2.7.6/scripts/release/
Dlist_issues.py56 def __init__(self, org, repo, token): argument
/Zephyr-Core-2.7.6/samples/net/cloud/google_iot_mqtt/src/
Dprotocol.c46 static uint8_t token[512]; variable
/Zephyr-Core-2.7.6/subsys/net/lib/coap/
Dcoap.c101 const uint8_t *token, uint8_t code, uint16_t id) in coap_packet_init()
155 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_ack_init() local
350 static uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_next_token() local
682 uint8_t coap_header_get_token(const struct coap_packet *cpkt, uint8_t *token) in coap_header_get_token()
1281 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_response_received() local
1321 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_reply_init() local
Dcoap_link_format.c445 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get() local
641 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get() local
/Zephyr-Core-2.7.6/include/net/
Dcoap.h220 uint8_t token[8]; member
284 uint8_t token[8]; member
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/
Dmain.c1505 #define TO_MY_ENUM(token) TO_MY_ENUM_2(token) /* force another expansion */ argument
1506 #define TO_MY_ENUM_2(token) MY_ENUM_ ## token argument
/Zephyr-Core-2.7.6/drivers/disk/
Dsdmmc_spi.c373 int token; in sdhc_spi_rx_block() local
/Zephyr-Core-2.7.6/scripts/kconfig/
Dkconfiglib.py2586 def _check_token(self, token): argument