Home
last modified time | relevance | path

Searched defs:_it (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap_service.h169 #define COAP_SERVICE_FOREACH(_it) STRUCT_SECTION_FOREACH(coap_service, _it) argument
179 #define COAP_RESOURCE_FOREACH(_service, _it) \ argument
190 #define COAP_SERVICE_FOREACH_RESOURCE(_service, _it) \ argument
/Zephyr-latest/include/zephyr/net/http/
Dservice.h228 #define HTTP_SERVICE_FOREACH(_it) STRUCT_SECTION_FOREACH(http_service_desc, _it) argument
238 #define HTTP_RESOURCE_FOREACH(_service, _it) \ argument
250 #define HTTP_SERVICE_FOREACH_RESOURCE(_service, _it) \ argument
Dserver.h159 #define HTTP_SERVER_CONTENT_TYPE_FOREACH(_it) STRUCT_SECTION_FOREACH(http_content_type, _it) argument