Lines Matching refs:remote
729 memcpy(&node->remote, dst, sizeof(coap_address_t)); in coap_send_confirmed()
792 &node->remote, node->pdu); in coap_retransmit()
811 coap_handle_failed_notify(context, &node->remote, &token); in coap_retransmit()
899 coap_packet_copy_source(packet, &node->remote); in coap_handle_message()
902 coap_transaction_id(&node->remote, node->pdu, &node->id); in coap_handle_message()
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()
1293 num_cancelled += coap_delete_observer(r, &sent->remote, &token); in coap_cancel()
1294 coap_cancel_all_messages(context, &sent->remote, token.s, token.length); in coap_cancel()
1400 &node->remote, response) == COAP_INVALID_TID) { in handle_request()
1443 &node->remote, &token); in handle_request()
1445 coap_touch_observer(context, &node->remote, &token); in handle_request()
1451 h(context, resource, &node->local_if, &node->remote, in handle_request()
1458 coap_delete_observer(resource, &node->remote, &token); in handle_request()
1477 &node->remote, response) == COAP_INVALID_TID) { in handle_request()
1495 if (!response || (coap_send(context, &node->local_if, &node->remote, in handle_request()
1507 coap_send_ack(context, &rcvd->local_if, &rcvd->remote, rcvd->pdu); in handle_response()
1513 coap_cancel_all_messages(context, &rcvd->remote, in handle_response()
1520 &rcvd->remote, sent ? sent->pdu : NULL, in handle_response()
1568 coap_touch_observer(context, &sent->remote, &token);
1606 if (coap_send(context, &rcvd->local_if, &rcvd->remote, response)
1631 coap_send_message_type(context, &rcvd->local_if, &rcvd->remote,