Searched refs:nx_pppoe_events (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/addons/pppoe/ |
D | nx_pppoe_client.c | 253 tx_event_flags_create(&(pppoe_client_ptr -> nx_pppoe_events), "PPPoE Client EVENTS") ; in _nx_pppoe_client_create() 416 tx_event_flags_delete(&(pppoe_client_ptr -> nx_pppoe_events)); in _nx_pppoe_client_delete() 1714 …tx_event_flags_set(&(_nx_pppoe_client_created_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_PACKET_RECE… in _nx_pppoe_client_packet_deferred_receive() 1837 …tx_event_flags_get(&(pppoe_client_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_ALL_EVENTS, TX_OR_CLEAR… in _nx_pppoe_client_thread_entry() 2043 …tx_event_flags_set(&(pppoe_client_ptr -> nx_pppoe_events), NX_PPPOE_CLIENT_TIMER_PERIODIC_EVENT, T… in _nx_pppoe_client_timer_entry() 3743 …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 | 265 tx_event_flags_create(&(pppoe_server_ptr -> nx_pppoe_events), "PPPoE Server EVENTS") ; in _nx_pppoe_server_create() 556 tx_event_flags_delete(&(pppoe_server_ptr -> nx_pppoe_events)); in _nx_pppoe_server_delete() 1965 …tx_event_flags_set(&(_nx_pppoe_server_created_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_PACKET_RECE… in _nx_pppoe_server_packet_deferred_receive() 2090 …tx_event_flags_get(&(pppoe_server_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_ALL_EVENTS, TX_OR_CLEAR… in _nx_pppoe_server_thread_entry() 4467 …tx_event_flags_set(&(_nx_pppoe_server_created_ptr -> nx_pppoe_events), NX_PPPOE_SERVER_SESSION_REC… in PppTransmitDataCnf()
|
D | nx_pppoe_client.h | 231 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member
|
D | nx_pppoe_server.h | 236 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member
|