Searched refs:NX_PPP_PACKET (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/ppp/ |
D | nx_ppp.h | 231 #ifndef NX_PPP_PACKET 232 #define NX_PPP_PACKET 22 /* Ethernet Header(14) + (PPPoE Hea… macro 235 #define NX_PPP_PACKET 0 241 #define NX_PPP_MIN_PACKET_PAYLOAD (NX_PPP_PACKET + 128)
|
D | nx_ppp.c | 3064 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_lcp_code_reject() 3181 …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() 3395 …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() 3879 …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() 3968 …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() 4428 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_request() 4695 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_ack() 4790 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_pap_authentication_nak() 5673 …status = nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP… in _nx_ppp_chap_challenge_send() 5888 …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 …]
|