-- v2: ntdll: Fill the IOSB in sock_transmit() only inside the "if (alerted)" block. ntdll: Fill the IOSB in sock_send() only inside the "if (alerted)" block. ntdll: Fill the IOSB in sock_recv() only inside the "if (alerted)" block. ntdll: The async handle passed to set_async_direct_result() cannot be NULL. ws2_32/tests: Add more tests for iosb contents while a recv is pending.