Searched refs:NX_PPP_MRU (Results 1 – 2 of 2) sorted by relevance
124 #ifndef NX_PPP_MRU126 #define NX_PPP_MRU 1480 /* Minimum value! */ macro128 #define NX_PPP_MRU 1500 /* Minimum value! */143 #define NX_PPP_SERIAL_BUFFER_SIZE NX_PPP_MRU*2
658 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()