Lines Matching +full:assigned +full:- +full:address
4 * SPDX-License-Identifier: Apache-2.0
51 * unique. The @p _resource must be non-NULL.
55 * @param _resource Pathname-like string identifying the resource.
56 * @param _detail Implementation-specific detail associated with the resource.
104 * @note The @p _host parameter is used to specify an IP address either in
105 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
108 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
110 * number will be used and the actual port number assigned will be written back to memory. For
114 * @param _host IP address or hostname associated with the service.
118 * @param _detail Implementation-specific detail associated with the service.
126 * @note The @p _host parameter is used to specify an IP address either in
127 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
130 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
132 * number will be used and the actual port number assigned will be written back to memory. For
136 * @param _host IP address or hostname associated with the service.
140 * @param _detail Implementation-specific detail associated with the service.
154 * @note The @p _host parameter is used to specify an IP address either in
155 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
158 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
160 * number will be used and the actual port number assigned will be written back to memory. For
164 * @param _host IP address or hostname associated with the service.
168 * @param _detail Implementation-specific detail associated with the service.
180 * @note The @p _host parameter is used to specify an IP address either in
181 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
184 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
186 * number will be used and the actual port number assigned will be written back to memory. For
190 * @param _host IP address or hostname associated with the service.
194 * @param _detail Implementation-specific detail associated with the service.
221 #define HTTP_SERVICE_RESOURCE_COUNT(_service) ((_service)->res_end - (_service)->res_begin)
251 for (struct http_resource_desc *_it = (_service)->res_begin; ({ \
252 __ASSERT(_it <= (_service)->res_end, "unexpected list end location"); \
253 _it < (_service)->res_end; \