Searched refs:local_if (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | subscribe.h | 56 coap_endpoint_t local_if; /**< local communication interface */ member
|
D | net.h | 37 coap_endpoint_t local_if; /**< the local address interface */ member
|
/net-tools-3.7.0/libcoap/src/ |
D | net.c | 728 node->local_if = *local_interface; in coap_send_confirmed() 791 node->id = coap_send_impl(context, &node->local_if, in coap_retransmit() 898 coap_packet_populate_endpoint(packet, &node->local_if); in coap_handle_message() 1399 if (response && !no_response(node->pdu, response) && coap_send(context, &node->local_if, in handle_request() 1442 subscription = coap_add_observer(resource, &node->local_if, in handle_request() 1451 h(context, resource, &node->local_if, &node->remote, in handle_request() 1474 && !coap_mcast_interface(&node->local_if))) { in handle_request() 1476 if (coap_send(context, &node->local_if, 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() [all …]
|
D | resource.c | 564 s->local_if = *local_interface; 657 h(context, r, &obs->local_if, &obs->subscriber, NULL, &token, response); 663 tid = coap_send_confirmed(context, &obs->local_if, &obs->subscriber, response); 666 tid = coap_send(context, &obs->local_if, &obs->subscriber, response);
|
/net-tools-3.7.0/libcoap/examples/ |
D | coap-server.c | 249 const coap_endpoint_t *local_if, in check_async() argument 277 if (coap_send(ctx, local_if, &async->peer, response) == COAP_INVALID_TID) { in check_async()
|
/net-tools-3.7.0/ |
D | coap-client.c | 908 memcpy(&node->local_if, ctx->endpoint, sizeof(coap_endpoint_t)); in dispatch_data()
|