Searched refs:nx_ppp_id (Results 1 – 2 of 2) sorted by relevance
1929 if ((ppp_ptr != NX_NULL) && (ppp_ptr -> nx_ppp_id == NX_PPP_ID)) in _nx_ppp_timer_entry()8785 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_byte_receive()8847 if (ppp_ptr -> nx_ppp_id != NX_PPP_ID) in _nx_ppp_byte_receive()8989 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id == NX_PPP_ID) || in _nxe_ppp_create()9120 ppp_ptr -> nx_ppp_id = NX_PPP_ID; in _nx_ppp_create()9205 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_delete()9295 ppp_ptr -> nx_ppp_id = 0; in _nx_ppp_delete()9395 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_link_up_notify()9512 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID)) in _nxe_ppp_link_down_notify()9634 …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 …]
427 ULONG nx_ppp_id; member