Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.h230 #ifndef NX_PPP_PACKET
231 #define NX_PPP_PACKET 22 /* Ethernet Header(14) + (PPPoE Hea… macro
234 #define NX_PPP_PACKET 0
240 #define NX_PPP_MIN_PACKET_PAYLOAD (NX_PPP_PACKET + 128)
Dnx_ppp.c3063 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_code_reject()
3180 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_configure_reply_send()
3394 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_configure_request_send()
3878 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_terminate_ack_send()
3967 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_terminate_request_send()
4427 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_request()
4694 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_ack()
4789 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_nak()
5672 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_chap_challenge_send()
5887 …ket_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &response_packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOU… in _nx_ppp_chap_challenge_respond()
[all …]