Searched refs:sockets (Results 1 – 3 of 3) sorted by relevance
83 ULONG sockets; in _nx_tcp_periodic_processing() local88 sockets = ip_ptr -> nx_ip_tcp_created_sockets_count; in _nx_tcp_periodic_processing()101 while ((sockets--) && socket_ptr) in _nx_tcp_periodic_processing()
86 ULONG sockets; in _nx_tcp_fast_periodic_processing() local94 sockets = ip_ptr -> nx_ip_tcp_created_sockets_count; in _nx_tcp_fast_periodic_processing()100 while (sockets--) in _nx_tcp_fast_periodic_processing()
5047 … bind - Added logic to allow TCP IPv4 and IPv6 sockets to share a port if reuse is enabled 5048 … on the sockets (which it is by default. This lets BSD emulate a TCP client socket that accepts5336 … with timeout value would not wake up if there are other BSD sockets5340 … Removed an obsolete for loop clearing blocked sockets for new connection requests.5365 … nx_bsd_timeout_process - Corrected the logic and comment to skip client sockets.5645 … sockets are enabled in NetX Duo and NX_RAW_PACKET_FILTER_ENABLE is defined at NetX Duo5646 … library build time. Note that if there are multiple BSD raw sockets using the same protocol,5647 … the behavior in NetX Duo is undefined. BSD sockets should copy received packets to all raw sockets5652 … and raw sockets are enabled in NetX Duo. 5653 …nx_bsd_raw_packet_filter - receives packets from NetX Duo if raw sockets are enabled and determine…[all …]