Searched refs:pWSARecvMsg (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 2011 LPFN_WSARECVMSG pWSARecvMsg = NULL; in test_ip_pktinfo() local 2059 &pWSARecvMsg, sizeof(pWSARecvMsg), &dwBytes, NULL, NULL); in test_ip_pktinfo() 2060 if (!pWSARecvMsg) in test_ip_pktinfo() 2091 rc=pWSARecvMsg(s1, NULL, NULL, NULL, NULL); in test_ip_pktinfo() 2104 rc=pWSARecvMsg(s1, &hdr, &dwSize, NULL, NULL); in test_ip_pktinfo() 2112 rc=pWSARecvMsg(s1, &hdr, NULL, &ov, NULL); in test_ip_pktinfo() 2139 rc=pWSARecvMsg(s1, &hdr, NULL, &ov, NULL); in test_ip_pktinfo()
|