Lines Matching defs:context
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()
774 coap_retransmit(coap_context_t *context, coap_queue_t *node) { in coap_retransmit()
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)),
1537 coap_dispatch(coap_context_t *context, coap_queue_t *rcvd) {
1644 coap_can_exit( coap_context_t *context ) {