Searched refs:nx_tcp_socket_rx_window_maximum (Results 1 – 5 of 5) sorted by relevance
109 if (socket_ptr -> nx_tcp_socket_rx_window_maximum > 65535) in _nx_tcp_socket_state_syn_received()
152 socket_ptr -> nx_tcp_socket_rx_window_maximum = window_size; in _nx_tcp_socket_create()
146 if (socket_ptr -> nx_tcp_socket_rx_window_maximum > 65535) in _nx_tcp_socket_state_syn_sent()
6878 … bsd_socket_ptr -> nx_bsd_socket_tcp_socket -> nx_tcp_socket_rx_window_maximum = window_size; in nx_bsd_setsockopt()9813 …x_bsd_socket_array[secondary_sock_id].nx_bsd_socket_tcp_socket -> nx_tcp_socket_rx_window_maximum = in nx_bsd_socket_set_inherited_settings()9814 … nx_bsd_socket_array[master_sock_id].nx_bsd_socket_tcp_socket -> nx_tcp_socket_rx_window_maximum; in nx_bsd_socket_set_inherited_settings()
2070 ULONG nx_tcp_socket_rx_window_maximum; member