Home
last modified time | relevance | path

Searched refs:resource_uri_wellknown (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/src/
Dcoap_net.c2755 static coap_resource_t resource_uri_wellknown; variable
2964 resource = &resource_uri_wellknown; in handle_request()
4042 memset(&resource_uri_wellknown, 0, sizeof(resource_uri_wellknown)); in coap_startup()
4043 resource_uri_wellknown.handler[COAP_REQUEST_GET-1] = hnd_get_wellknown; in coap_startup()
4044 resource_uri_wellknown.flags = COAP_RESOURCE_FLAGS_HAS_MCAST_SUPPORT; in coap_startup()
4045 resource_uri_wellknown.uri_path = &well_known; in coap_startup()