Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/ppp/
Dnx_ppp.h124 #ifndef NX_PPP_MRU
126 #define NX_PPP_MRU 1480 /* Minimum value! */ macro
128 #define NX_PPP_MRU 1500 /* Minimum value! */
143 #define NX_PPP_SERIAL_BUFFER_SIZE NX_PPP_MRU*2
Dnx_ppp.c658 interface_ptr -> nx_interface_ip_mtu_size = NX_PPP_MRU; in _nx_ppp_driver()
3427 packet_ptr -> nx_packet_prepend_ptr[index++] = (UCHAR) ((NX_PPP_MRU) >> 8); in _nx_ppp_lcp_configure_request_send()
3428 packet_ptr -> nx_packet_prepend_ptr[index++] = (UCHAR) ((NX_PPP_MRU) & 0xff); in _nx_ppp_lcp_configure_request_send()
3592 ppp_ptr -> nx_ppp_mru = NX_PPP_MRU; in _nx_ppp_lcp_configuration_retrieve()
9097 ppp_ptr -> nx_ppp_mru = NX_PPP_MRU; in _nx_ppp_create()