Home
last modified time | relevance | path

Searched refs:nx_ppp_created_next (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c593 ppp_ptr = ppp_ptr -> nx_ppp_created_next; in _nx_ppp_driver()
9132 tail_ptr -> nx_ppp_created_next = ppp_ptr; in _nx_ppp_create()
9136 ppp_ptr -> nx_ppp_created_next = _nx_ppp_created_ptr; in _nx_ppp_create()
9143 ppp_ptr -> nx_ppp_created_next = ppp_ptr; in _nx_ppp_create()
9301 if (ppp_ptr == ppp_ptr -> nx_ppp_created_next) in _nx_ppp_delete()
9311 (ppp_ptr -> nx_ppp_created_next) -> nx_ppp_created_previous = in _nx_ppp_delete()
9313 (ppp_ptr -> nx_ppp_created_previous) -> nx_ppp_created_next = in _nx_ppp_delete()
9314 ppp_ptr -> nx_ppp_created_next; in _nx_ppp_delete()
9320 _nx_ppp_created_ptr = ppp_ptr -> nx_ppp_created_next; in _nx_ppp_delete()
Dnx_ppp.h601 *nx_ppp_created_next, member