Searched refs:recvMsgPtr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/
H A DmDNSWin32.h55 LPFN_WSARECVMSG recvMsgPtr; member in struct:UDPSocket_struct
H A DmDNSWin32.c361 inMDNS->p->unicastSock4.recvMsgPtr = NULL;
377 err = WSAIoctl( inMDNS->p->unicastSock4.fd, SIO_GET_EXTENSION_FUNCTION_POINTER, &kWSARecvMsgGUID, sizeof( kWSARecvMsgGUID ), &inMDNS->p->unicastSock4.recvMsgPtr, sizeof( inMDNS->p->unicastSock4.recvMsgPtr ), &size, NULL, NULL );
381 inMDNS->p->unicastSock4.recvMsgPtr = NULL;
392 inMDNS->p->unicastSock6.recvMsgPtr = NULL;
422 err = WSAIoctl( inMDNS->p->unicastSock6.fd, SIO_GET_EXTENSION_FUNCTION_POINTER, &kWSARecvMsgGUID, sizeof( kWSARecvMsgGUID ), &inMDNS->p->unicastSock6.recvMsgPtr, sizeof( inMDNS->p->unicastSock6.recvMsgPtr ), &size, NULL, NULL );
426 inMDNS->p->unicastSock6.recvMsgPtr = NULL;
1273 sock->recvMsgPtr = m->p->unicastSock4.recvMsgPtr;
[all...]

Completed in 66 milliseconds