Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/pppoe/
Dnx_pppoe_server.c268 …tx_thread_create(&(pppoe_server_ptr -> nx_pppoe_thread), "PPPoE Server THREAD", _nx_pppoe_server_t… in _nx_pppoe_server_create()
529 if (&pppoe_server_ptr -> nx_pppoe_thread == tx_thread_identify()) in _nx_pppoe_server_delete()
550 tx_thread_terminate(&(pppoe_server_ptr -> nx_pppoe_thread)); in _nx_pppoe_server_delete()
553 tx_thread_delete(&(pppoe_server_ptr -> nx_pppoe_thread)); in _nx_pppoe_server_delete()
676 tx_thread_resume(&(pppoe_server_ptr -> nx_pppoe_thread)); in _nx_pppoe_server_enable()
794 tx_thread_suspend(&(pppoe_server_ptr -> nx_pppoe_thread)); in _nx_pppoe_server_disable()
Dnx_pppoe_client.c256 …tx_thread_create(&(pppoe_client_ptr -> nx_pppoe_thread), "PPPoE Client THREAD", _nx_pppoe_client_t… in _nx_pppoe_client_create()
390 if (&pppoe_client_ptr -> nx_pppoe_thread == tx_thread_identify()) in _nx_pppoe_client_delete()
410 tx_thread_terminate(&(pppoe_client_ptr -> nx_pppoe_thread)); in _nx_pppoe_client_delete()
413 tx_thread_delete(&(pppoe_client_ptr -> nx_pppoe_thread)); in _nx_pppoe_client_delete()
Dnx_pppoe_client.h232 TX_THREAD nx_pppoe_thread; member
Dnx_pppoe_server.h237 TX_THREAD nx_pppoe_thread; member