HomeSort by relevance Sort by last modified time
    Searched refs:recvMsgPtr (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 79 LPFN_WSARECVMSG recvMsgPtr;
mDNSWin32.c 335 inMDNS->p->unicastSock4.recvMsgPtr = NULL;
352 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 );
356 inMDNS->p->unicastSock4.recvMsgPtr = NULL;
367 inMDNS->p->unicastSock6.recvMsgPtr = NULL;
396 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 );
400 inMDNS->p->unicastSock6.recvMsgPtr = NULL;
    [all...]

Completed in 137 milliseconds