Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h259 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH…
260 …S *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR *host, UINT host_length,
262 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH…
263 …S *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR *host, UINT host_length,
265 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH…
266 …S *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR *host, UINT host_length,
268 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH…
269 …S *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR *host, UINT host_length,
271 …ient_ptr, NXD_ADDRESS *server_ip, UINT server_port, CHAR *resource, CHAR *host, CHAR *username, CH…
272 …S *server_ip, UINT server_port, CHAR *resource, UINT resource_length, CHAR *host, UINT host_length,
[all …]
Dnx_web_http_client.c579 CHAR *resource, CHAR *host, CHAR *username, CHAR *password, in _nxe_web_http_client_get_start() argument
588 (resource == NX_NULL) || !server_ip || (host == NX_NULL)) in _nxe_web_http_client_get_start()
596 host, username, password, wait_option); in _nxe_web_http_client_get_start()
654 CHAR *resource, CHAR *host, in _nx_web_http_client_get_start() argument
675 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_get_start()
681 … temp_resource_length, host, temp_host_length, username, in _nx_web_http_client_get_start()
741 CHAR *host, UINT host_length, CHAR *username, in _nxe_web_http_client_get_start_extended() argument
751 (resource == NX_NULL) || !server_ip || (host == NX_NULL)) in _nxe_web_http_client_get_start_extended()
759 resource_length, host, host_length, username, in _nxe_web_http_client_get_start_extended()
829 CHAR *host, UINT host_length, CHAR *username, in _nx_web_http_client_get_start_extended() argument
[all …]
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.h265 UCHAR *host, UINT host_length,
270 UCHAR *host, UINT host_length,
291 UCHAR *host, UINT host_length,
295 UCHAR *host, UINT host_length,
300 UCHAR *host, UINT host_length,
304 UCHAR *host, UINT host_length,
323 UCHAR *host, UINT host_length,
Dnx_websocket_client.c351 UCHAR *host, UINT host_length, in _nxe_websocket_client_connect() argument
362 (host == NX_NULL) || (host_length == 0) || in _nxe_websocket_client_connect()
370 …status = _nx_websocket_client_connect(client_ptr, socket_ptr, host, host_length, uri_path, uri_pat… in _nxe_websocket_client_connect()
424 UCHAR *host, UINT host_length, in _nx_websocket_client_connect() argument
465 …status = _nx_websocket_client_connect_internal(client_ptr, host, host_length, resource, resource_l… in _nx_websocket_client_connect()
529 UCHAR *host, UINT host_length, in _nx_websocket_client_connect_internal() argument
616 …status += nx_packet_data_append(packet_ptr, host, host_length, client_ptr -> nx_websocket_client_p… in _nx_websocket_client_connect_internal()
756 UCHAR *host, UINT host_length, in _nxe_websocket_client_secure_connect() argument
767 (host == NX_NULL) || (host_length == 0) || in _nxe_websocket_client_secure_connect()
775 …status = _nx_websocket_client_secure_connect(client_ptr, tls_session, host, host_length, uri_path,… in _nxe_websocket_client_secure_connect()
[all …]
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.h478 UINT nxd_mqtt_client_websocket_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHA…
555 UINT _nxd_mqtt_client_websocket_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCH…
556 UINT _nxde_mqtt_client_websocket_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UC…
Dnxd_mqtt_client.c6504 UINT _nxd_mqtt_client_websocket_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCH… in _nxd_mqtt_client_websocket_set() argument
6517 client_ptr -> nxd_mqtt_client_websocket_host = host; in _nxd_mqtt_client_websocket_set()
6582 UINT _nxde_mqtt_client_websocket_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UC… in _nxde_mqtt_client_websocket_set() argument
6586 if ((client_ptr == NX_NULL) || (host == NX_NULL) || (host_length == 0) || in _nxde_mqtt_client_websocket_set()
6592 … return(_nxd_mqtt_client_websocket_set(client_ptr, host, host_length, uri_path, uri_path_length)); in _nxde_mqtt_client_websocket_set()
/NetX-Duo-v6.2.1/
DCONTRIBUTING.md14 * USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integ…
DREADME.md124 …composable CMake-based build system that supports many different MCUs and host systems. Integratin…
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.h600 UCHAR *host; member
Dnx_azure_iot_adu_agent.c3990 downloader_ptr -> host = NX_NULL; in nx_azure_iot_adu_agent_file_url_parse()
4080 downloader_ptr -> host = buffer_ptr; in nx_azure_iot_adu_agent_file_url_parse()
4081 memcpy(downloader_ptr -> host, file_url, i); /* Use case of memcpy is verified. */ in nx_azure_iot_adu_agent_file_url_parse()
4096 if ((downloader_ptr -> host == NX_NULL) || (downloader_ptr -> resource == NX_NULL)) in nx_azure_iot_adu_agent_file_url_parse()
4150 downloader_ptr -> host, in nx_azure_iot_adu_agent_dns_query()
4200 status = _nx_dns_response_get(downloader_ptr -> dns_ptr, downloader_ptr -> host, in nx_azure_iot_adu_agent_dns_response_get()
4357 (CHAR *)downloader_ptr -> host, in nx_azure_iot_adu_agent_http_request_send()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2224 … nx_icmpv6_send_queued_packets.c Convert destination address to host byte order before
3042 and support duplicate certificates sent by a remote host:
3208 when sending to the remote host:
3547 a certificate provided by a remote host during the TLS handshake utilizing
3552 the reception of a Hello message from the remote host. This allows for
3561 to host multiple identity certificates and choose an approriate certificate
3583 by a remote host is valid for a particular operation (e.g. identifying a
3587 Added support for checking the URL top-level domain name for a remote host
3588 against the certificate provided by that remote host. A new API (used
3590 name of the URL used to access a host with the Common Name and subjectAltName
[all …]
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h1043 INT nx_bsd_getnameinfo(const struct nx_bsd_sockaddr *sa, nx_bsd_socklen_t salen, char *host, size_…
Dnxd_bsd.c14996 INT nx_bsd_getnameinfo(const struct nx_bsd_sockaddr *sa, nx_bsd_socklen_t salen, char *host, size_… in nx_bsd_getnameinfo() argument
15036 if((host == NX_NULL) && (serv == NX_NULL) && ((flags & NI_NAMEREQD) == 0)) in nx_bsd_getnameinfo()
15103 if(host && hostlen > 0) in nx_bsd_getnameinfo()
15120 (UCHAR *)host, hostlen, NX_BSD_TIMEOUT); in nx_bsd_getnameinfo()
15137 (UCHAR *) host, hostlen, NX_BSD_TIMEOUT); in nx_bsd_getnameinfo()
15170 … = nx_bsd_inet_ntop(AF_INET, &((struct nx_bsd_sockaddr_in*)sa) -> sin_addr, (CHAR *)host, hostlen); in nx_bsd_getnameinfo()
15172 …nx_bsd_inet_ntop(AF_INET6, &((struct nx_bsd_sockaddr_in6*)sa) -> sin6_addr, (CHAR *)host, hostlen); in nx_bsd_getnameinfo()