Searched refs:nx_ppp_packet_send (Results 1 – 2 of 2) sorted by relevance
554 void (*nx_ppp_packet_send)(NX_PACKET *packet_ptr); member723 UINT nx_ppp_packet_send_set(NX_PPP *ppp_ptr, void (*nx_ppp_packet_send)(NX_PACKET *packet_ptr));787 UINT _nxe_ppp_packet_send_set(NX_PPP *ppp_ptr, VOID (*nx_ppp_packet_send)(NX_PACKET *packet_ptr)…788 UINT _nx_ppp_packet_send_set(NX_PPP *ppp_ptr, VOID (*nx_ppp_packet_send)(NX_PACKET *packet_ptr));
2152 if (ppp_ptr -> nx_ppp_packet_send) in _nx_ppp_process_deferred_raw_string_send()2156 (ppp_ptr -> nx_ppp_packet_send)(packet_ptr); in _nx_ppp_process_deferred_raw_string_send()8151 if (ppp_ptr -> nx_ppp_packet_send) in _nx_ppp_packet_transmit()8155 (ppp_ptr -> nx_ppp_packet_send)(packet_ptr); in _nx_ppp_packet_transmit()12309 UINT _nxe_ppp_packet_send_set(NX_PPP *ppp_ptr, VOID (*nx_ppp_packet_send)(NX_PACKET *packet_ptr)) in _nxe_ppp_packet_send_set()12320 if (nx_ppp_packet_send == NX_NULL) in _nxe_ppp_packet_send_set()12324 status = _nx_ppp_packet_send_set(ppp_ptr, nx_ppp_packet_send); in _nxe_ppp_packet_send_set()12371 UINT _nx_ppp_packet_send_set(NX_PPP *ppp_ptr, VOID (*nx_ppp_packet_send)(NX_PACKET *packet_ptr)) in _nx_ppp_packet_send_set()12376 ppp_ptr -> nx_ppp_packet_send = nx_ppp_packet_send; in _nx_ppp_packet_send_set()