Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_state_wait.c105 (socket_ptr -> nx_tcp_socket_http_proxy_state == NX_HTTP_PROXY_STATE_CONNECTED)) in _nx_tcp_socket_state_wait()
Dnx_http_proxy_client.c721 socket_ptr -> nx_tcp_socket_http_proxy_state = NX_HTTP_PROXY_STATE_CONNECTED; in _nx_http_proxy_client_connect_response_process()
/NetX-Duo-v6.2.1/common/inc/
Dnx_http_proxy_client.h67 #define NX_HTTP_PROXY_STATE_CONNECTED 3 macro