Searched refs:NX_PPP_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.c | 857 …packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_RECEIVE_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_receive_packet_get() 984 …packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_RECEIVE_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_receive_packet_get() 1089 …packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_RECEIVE_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_receive_packet_get() 1333 …t_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &next_packet_ptr, NX_RECEIVE_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_receive_packet_get() 1403 …packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_RECEIVE_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_receive_packet_get() 3063 … nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_lcp_code_reject() 3180 … nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_lcp_configure_reply_send() 3394 … nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_lcp_configure_request_send() 3878 … nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_lcp_terminate_ack_send() 3967 … nx_packet_allocate(ppp_ptr -> nx_ppp_packet_pool_ptr, &packet_ptr, NX_PPP_PACKET, NX_PPP_TIMEOUT); in _nx_ppp_lcp_terminate_request_send() [all …]
|
| D | nx_ppp.h | 174 #ifndef NX_PPP_TIMEOUT 175 #define NX_PPP_TIMEOUT (NX_IP_PERIODIC_RATE * 4) /* 4 se… macro
|