Searched defs:context (Results 1 – 7 of 7) sorted by relevance
/net-tools-3.7.0/libcoap/src/ |
D | async.c | 24 coap_register_async(coap_context_t *context, coap_address_t *peer, in coap_register_async() 73 coap_find_async(coap_context_t *context, coap_tid_t id) { in coap_find_async() 80 coap_remove_async(coap_context_t *context, coap_tid_t id, in coap_remove_async()
|
D | net.c | 290 coap_peek_next( coap_context_t *context ) { in coap_peek_next() 298 coap_pop_next( coap_context_t *context ) { in coap_pop_next() 419 coap_free_context(coap_context_t *context) { in coap_free_context() 534 coap_send_ack(coap_context_t *context, in coap_send_ack() 554 coap_send_impl(coap_context_t *context, in coap_send_impl() 585 coap_send_impl(coap_context_t *context, in coap_send_impl() 616 coap_send(coap_context_t *context, in coap_send() 624 coap_send_error(coap_context_t *context, in coap_send_error() 646 coap_send_message_type(coap_context_t *context, in coap_send_message_type() 702 coap_send_confirmed(coap_context_t *context, in coap_send_confirmed() [all …]
|
D | resource.c | 162 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, 399 coap_add_resource(coap_context_t *context, coap_resource_t *resource) { 428 coap_delete_resource(coap_context_t *context, coap_key_t key) { 449 coap_delete_all_resources(coap_context_t *context) { 468 coap_get_resource_from_key(coap_context_t *context, coap_key_t key) { 579 coap_touch_observer(coap_context_t *context, const coap_address_t *observer, 608 coap_notify_observers(coap_context_t *context, coap_resource_t *r) { 688 coap_check_notify(coap_context_t *context) { 706 coap_remove_failed_observers(coap_context_t *context, 747 coap_handle_failed_notify(coap_context_t *context,
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | sha2.c | 370 void SHA256_Init(SHA256_CTX* context) { in SHA256_Init() 416 void SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) { in SHA256_Transform() 474 void SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) { in SHA256_Transform() 554 void SHA256_Update(SHA256_CTX* context, const sha2_byte *data, size_t len) { in SHA256_Update() 602 void SHA256_Final(sha2_byte digest[], SHA256_CTX* context) { in SHA256_Final() 665 char *SHA256_End(SHA256_CTX* context, char buffer[]) { in SHA256_End() 689 SHA256_CTX context; in SHA256_Data() local 699 void SHA512_Init(SHA512_CTX* context) { in SHA512_Init() 744 void SHA512_Transform(SHA512_CTX* context, const sha2_word64* data) { in SHA512_Transform() 799 void SHA512_Transform(SHA512_CTX* context, const sha2_word64* data) { in SHA512_Transform() [all …]
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | net.h | 141 coap_register_response_handler(coap_context_t *context, in coap_register_response_handler() 189 coap_new_message_id(coap_context_t *context) { in coap_new_message_id() 346 coap_send_rst(coap_context_t *context, in coap_send_rst()
|
D | coap_io.h | 51 struct coap_context_t *context; member
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | dtls.c | 146 free_context(dtls_context_t *context) { in free_context() 157 free_context(dtls_context_t *context) { in free_context() 3890 dtls_retransmit(dtls_context_t *context, netq_t *node) { in dtls_retransmit() 3941 dtls_stop_retransmission(dtls_context_t *context, dtls_peer_t *peer) { in dtls_stop_retransmission() 3957 dtls_check_retransmit(dtls_context_t *context, clock_time_t *next) { in dtls_check_retransmit()
|