Home
last modified time | relevance | path

Searched refs:nx_pppoe_ip_ptr (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/addons/pppoe/
Dnx_pppoe_server.c239 pppoe_server_ptr -> nx_pppoe_ip_ptr = ip_ptr; in _nx_pppoe_server_create()
405 tx_mutex_get(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_server_ac_name_set()
414 tx_mutex_put(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_server_ac_name_set()
670 tx_mutex_get(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_server_enable()
679 tx_mutex_put(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_server_enable()
788 tx_mutex_get(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_server_disable()
797 tx_mutex_put(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_server_disable()
948 tx_mutex_get(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_server_callback_notify_set()
959 tx_mutex_put(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_server_callback_notify_set()
1078 tx_mutex_get(&(pppoe_server_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_server_service_name_set()
[all …]
Dnx_pppoe_client.c238 pppoe_client_ptr -> nx_pppoe_ip_ptr = ip_ptr; in _nx_pppoe_client_create()
675 tx_mutex_get(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_client_service_name_set_extended()
684 tx_mutex_put(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_client_service_name_set_extended()
940 tx_mutex_get(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_client_host_uniq_set_extended()
949 tx_mutex_put(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_client_host_uniq_set_extended()
1058 tx_mutex_get(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), TX_WAIT_FOREVER); in _nx_pppoe_client_session_connect()
1065 tx_mutex_put(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_client_session_connect()
1086 …if ((wait_option) && (_tx_thread_current_ptr != &(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_thr… in _nx_pppoe_client_session_connect()
1093 … pppoe_client_ptr, &(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection), wait_option); in _nx_pppoe_client_session_connect()
1104 tx_mutex_put(&(pppoe_client_ptr -> nx_pppoe_ip_ptr -> nx_ip_protection)); in _nx_pppoe_client_session_connect()
[all …]
Dnx_pppoe_client.h228 NX_IP *nx_pppoe_ip_ptr; member
Dnx_pppoe_server.h233 NX_IP *nx_pppoe_ip_ptr; member