Searched refs:bindAddress (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 8469 memset(&bindAddress, 0, sizeof(bindAddress)); in test_AcceptEx() 9115 memset(&bindAddress, 0, sizeof(bindAddress)); in test_TransmitFile() 9464 memset(&bindAddress, 0, sizeof(bindAddress)); in test_sioAddressListChange() 9468 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9487 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9506 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9525 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9546 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9590 bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() 9613 ret = bind(sock, (struct sockaddr*)&bindAddress, sizeof(bindAddress)); in test_sioAddressListChange() [all …]
|