/net-tools-3.7.0/ |
D | zeth-tunnel.conf | 41 remote ${IPV4_ADDR_REMOTE} dev ${INTERFACE} 44 remote ${IPV4_ADDR_REMOTE} dev ${INTERFACE} 47 remote ${IPV6_ADDR_REMOTE} dev ${INTERFACE} 52 remote ${IPV6_ADDR_REMOTE} mode ip6ip6 54 remote ${IPV6_ADDR_REMOTE} dev ${INTERFACE}
|
D | coap-client.c | 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() [all …]
|
/net-tools-3.7.0/libcoap/src/ |
D | net.c | 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() [all …]
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 180 const coap_address_t *remote) { in clear_obs() argument 243 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in clear_obs() 245 tid = coap_send(ctx, local_interface, remote, pdu); in clear_obs() 317 const coap_address_t *remote, in message_handler() argument 344 coap_send_rst(ctx, local_interface, remote, received); in message_handler() 409 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in message_handler() 411 tid = coap_send(ctx, local_interface, remote, pdu); in message_handler() 482 tid = coap_send_confirmed(ctx, local_interface, remote, pdu); in message_handler() 484 tid = coap_send(ctx, local_interface, remote, pdu); in message_handler() 520 if (pdu && coap_send(ctx, local_interface, remote, pdu) == COAP_INVALID_TID) { in message_handler()
|
/net-tools-3.7.0/libcoap/examples/contiki/ |
D | coap-observer.c | 97 const coap_address_t *remote, in message_handler() argument 102 coap_send_ack(ctx, remote, received); in message_handler()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | net.h | 38 coap_address_t remote; /**< remote address */ member 64 const coap_address_t *remote,
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | dtls.h | 294 int dtls_close(dtls_context_t *ctx, const session_t *remote);
|
D | dtls.c | 1494 dtls_close(dtls_context_t *ctx, const session_t *remote) { in dtls_close() argument 1498 peer = dtls_get_peer(ctx, remote); in dtls_close()
|