Lines Matching refs:remote
909 memcpy(&node->remote, src, sizeof(coap_address_t)); in dispatch_data()
916 coap_transaction_id(&node->remote, node->pdu, &node->id); in dispatch_data()
1100 const coap_address_t *remote, in is_our_own() argument
1108 coap_send_rst(coap_ctx, coap_ctx->endpoint, remote, in is_our_own()
1206 const coap_address_t *remote, in read_blocks() argument
1242 remote, in read_blocks()
1247 remote, in read_blocks()
1337 const coap_address_t *remote, in coap_message_handler() argument
1354 if (!is_our_own(coap_ctx, remote, sent, received)) in coap_message_handler()
1359 coap_send_ack(coap_ctx, endpoint, remote, received); in coap_message_handler()
1381 remote, in coap_message_handler()
1435 endpoint, remote, pdu); in coap_message_handler()
1438 endpoint, remote, pdu); in coap_message_handler()
1476 remote, pdu) == COAP_INVALID_TID) in coap_message_handler()