Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/pppoe/
Dnx_pppoe_client.c253 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()
Dnx_pppoe_server.c265 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()
Dnx_pppoe_client.h231 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member
Dnx_pppoe_server.h236 TX_EVENT_FLAGS_GROUP nx_pppoe_events; member