Searched refs:nx_ppp_id (Results 1 – 2 of 2) sorted by relevance
1862 if ((ppp_ptr != NX_NULL) && (ppp_ptr -> nx_ppp_id == NX_PPP_ID)) in _nx_ppp_timer_entry()8685 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_byte_receive()8747 if (ppp_ptr -> nx_ppp_id != NX_PPP_ID) in _nx_ppp_byte_receive()8889 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id == NX_PPP_ID) || in _nxe_ppp_create()9020 ppp_ptr -> nx_ppp_id = NX_PPP_ID; in _nx_ppp_create()9105 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_delete()9195 ppp_ptr -> nx_ppp_id = 0; in _nx_ppp_delete()9295 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_link_up_notify()9412 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_link_down_notify()9534 …if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID) || (ppp_ptr -> nx_ppp_state != NX_… in _nxe_ppp_pap_enable()[all …]
420 ULONG nx_ppp_id; member