Home
last modified time | relevance | path

Searched refs:mcast_per_resource (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/examples/
H A Doscore-interop-server.c578 int mcast_per_resource = 0; in main() local
637 mcast_per_resource = 1; in main()
673 if (mcast_per_resource) in main()
H A Dcoap-server.c2716 int mcast_per_resource = 0; in main() local
2841 mcast_per_resource = 1; in main()
2924 if (mcast_per_resource) in main()
/third_party/libcoap/include/coap3/
H A Dcoap_net_internal.h188 uint8_t mcast_per_resource; /**< Mcast controlled on a per resource member
/third_party/libcoap/src/
H A Dcoap_net.c2699 } else if (resource && session->context->mcast_per_resource && in no_response()
2738 if ((!resource || session->context->mcast_per_resource == 0) && in no_response()
3043 if (context->mcast_per_resource && in handle_request()
3240 (context->mcast_per_resource && in handle_request()
4343 context->mcast_per_resource = 1; in coap_mcast_per_resource()

Completed in 11 milliseconds