Lines Matching refs:dst
536 const coap_address_t *dst, in coap_send_ack() argument
545 result = coap_send(context, local_interface, dst, response); in coap_send_ack()
556 const coap_address_t *dst, in coap_send_impl() argument
561 if ( !context || !dst || !pdu ) in coap_send_impl()
571 bytes_written = context->network_send(context, local_interface, dst, in coap_send_impl()
575 coap_transaction_id(dst, pdu, &id); in coap_send_impl()
587 const coap_address_t *dst, in coap_send_impl() argument
593 if ( !context || !dst || !pdu ) in coap_send_impl()
606 coap_transaction_id(dst, pdu, &id); in coap_send_impl()
609 &dst->addr, dst->port); in coap_send_impl()
618 const coap_address_t *dst, in coap_send() argument
620 return coap_send_impl(context, local_interface, dst, pdu); in coap_send()
627 const coap_address_t *dst, in coap_send_error() argument
634 assert(dst); in coap_send_error()
638 result = coap_send(context, local_interface, dst, response); in coap_send_error()
648 const coap_address_t *dst, in coap_send_message_type() argument
657 result = coap_send(context, local_interface, dst, response); in coap_send_message_type()
704 const coap_address_t *dst, in coap_send_confirmed() argument
716 node->id = coap_send_impl(context, local_interface, dst, pdu); in coap_send_confirmed()
729 memcpy(&node->remote, dst, sizeof(coap_address_t)); in coap_send_confirmed()
984 coap_cancel_all_messages(coap_context_t *context, const coap_address_t *dst, in coap_cancel_all_messages() argument
991 coap_address_equals(dst, &context->sendqueue->remote) && in coap_cancel_all_messages()
1009 if (coap_address_equals(dst, &q->remote) && in coap_cancel_all_messages()