Lines Matching refs:coap_context_t

135 static void coap_retransmittimer_restart(coap_context_t *ctx);
164 coap_context_t the_coap_context;
180 coap_adjust_basetime(coap_context_t *ctx, coap_tick_t now) { in coap_adjust_basetime()
290 coap_peek_next( coap_context_t *context ) { in coap_peek_next()
298 coap_pop_next( coap_context_t *context ) { in coap_pop_next()
332 coap_context_t *
336 coap_context_t *c = coap_malloc_type(COAP_CONTEXT, sizeof( coap_context_t ) ); in coap_new_context()
339 coap_context_t *c; in coap_new_context()
377 memset(c, 0, sizeof( coap_context_t ) ); in coap_new_context()
419 coap_free_context(coap_context_t *context) { in coap_free_context()
438 memset(&the_coap_context, 0, sizeof(coap_context_t)); in coap_free_context()
444 coap_option_check_critical(coap_context_t *ctx, in coap_option_check_critical()
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()
774 coap_retransmit(coap_context_t *context, coap_queue_t *node) { in coap_retransmit()
820 void coap_dispatch(coap_context_t *context, coap_queue_t *rcvd);
823 coap_read( coap_context_t *ctx ) { in coap_read()
849 coap_handle_message(coap_context_t *ctx, in coap_handle_message()
984 coap_cancel_all_messages(coap_context_t *context, const coap_address_t *dst, in coap_cancel_all_messages()
1129 get_wkc_len(coap_context_t *context, coap_opt_t *query_filter) { in get_wkc_len()
1147 coap_wellknown_response(coap_context_t *context, coap_pdu_t *request) { in coap_wellknown_response()
1281 coap_cancel(coap_context_t *context, const coap_queue_t *sent) { in coap_cancel()
1355 handle_request(coap_context_t *context, coap_queue_t *node) { in handle_request()
1504 handle_response(coap_context_t *context, in handle_response()
1527 handle_locally(coap_context_t *context __attribute__ ((unused)),
1530 handle_locally(coap_context_t *context, coap_queue_t *node) {
1537 coap_dispatch(coap_context_t *context, coap_queue_t *rcvd) {
1644 coap_can_exit( coap_context_t *context ) {
1710 coap_context_t *ctx = (coap_context_t*)arg;
1739 static void coap_retransmittimer_restart(coap_context_t *ctx)