Lines Matching refs:nxd_ip_version
100 if ((proxy_server_ip -> nxd_ip_version != NX_IP_VERSION_V4) && in _nxe_http_proxy_client_enable()
101 (proxy_server_ip -> nxd_ip_version != NX_IP_VERSION_V6)) in _nxe_http_proxy_client_enable()
109 if (proxy_server_ip -> nxd_ip_version == NX_IP_VERSION_V4) in _nxe_http_proxy_client_enable()
187 ip_ptr -> nx_ip_http_proxy_ip_address.nxd_ip_version = proxy_server_ip -> nxd_ip_version; in _nx_http_proxy_client_enable()
190 if (proxy_server_ip -> nxd_ip_version == NX_IP_VERSION_V4) in _nx_http_proxy_client_enable()
199 if (proxy_server_ip -> nxd_ip_version == NX_IP_VERSION_V6) in _nx_http_proxy_client_enable()
301 socket_ptr -> nx_tcp_socket_original_server_ip.nxd_ip_version = (*server_ip) -> nxd_ip_version; in _nx_http_proxy_client_initialize()
304 if ((*server_ip) -> nxd_ip_version == NX_IP_VERSION_V4) in _nx_http_proxy_client_initialize()
313 if ((*server_ip) -> nxd_ip_version == NX_IP_VERSION_V6) in _nx_http_proxy_client_initialize()
394 if (server_ip -> nxd_ip_version != NX_IP_VERSION_V4) in _nx_http_proxy_client_connect()
403 if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == NX_IP_VERSION_V4) in _nx_http_proxy_client_connect()