Searched refs:nx_pppoe_events (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/addons/pppoe/ |
D | nx_pppoe_client.c | 252 tx_event_flags_create(&(pppoe_client_ptr -> nx_pppoe_events), "PPPoE Client EVENTS") ; in _nx_pppoe_client_create() 415 tx_event_flags_delete(&(pppoe_client_ptr -> nx_pppoe_events)); in _nx_pppoe_client_delete() 1713 …tx_event_flags_set(&(_nx_pppoe_client_created_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_PACKET_RECE… in _nx_pppoe_client_packet_deferred_receive() 1836 …tx_event_flags_get(&(pppoe_client_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_ALL_EVENTS, TX_OR_CLEAR… in _nx_pppoe_client_thread_entry() 2042 …tx_event_flags_set(&(pppoe_client_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_TIMER_PERIODIC_EVENT, T… in _nx_pppoe_client_timer_entry() 3742 …tx_event_flags_set(&(pppoe_client_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_SESSION_CONNECT_CLEANUP… in _nx_pppoe_client_session_connect_cleanup()
|
D | nx_pppoe_server.c | 264 tx_event_flags_create(&(pppoe_server_ptr -> nx_pppoe_events), "PPPoE Server EVENTS") ; in _nx_pppoe_server_create() 555 tx_event_flags_delete(&(pppoe_server_ptr -> nx_pppoe_events)); in _nx_pppoe_server_delete() 1964 …tx_event_flags_set(&(_nx_pppoe_server_created_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_PACKET_RECE… in _nx_pppoe_server_packet_deferred_receive() 2089 …tx_event_flags_get(&(pppoe_server_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_ALL_EVENTS, TX_OR_CLEAR… in _nx_pppoe_server_thread_entry() 4466 …tx_event_flags_set(&(_nx_pppoe_server_created_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_SESSION_REC… in PppTransmitDataCnf()
|
D | nx_pppoe_client.h | 230 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member
|
D | nx_pppoe_server.h | 235 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member
|