Searched refs:unicastSock6 (Results 1 – 2 of 2) sorted by relevance
366 inMDNS->p->unicastSock6.fd = INVALID_SOCKET; in mDNSPlatformInit()367 inMDNS->p->unicastSock6.recvMsgPtr = NULL; in mDNSPlatformInit()368 inMDNS->p->unicastSock6.ifd = NULL; in mDNSPlatformInit()369 inMDNS->p->unicastSock6.overlapped.pending = FALSE; in mDNSPlatformInit()370 inMDNS->p->unicastSock6.next = NULL; in mDNSPlatformInit()371 inMDNS->p->unicastSock6.m = inMDNS; in mDNSPlatformInit()382 …err = SetupSocket( inMDNS, (const struct sockaddr*) &sa6, zeroIPPort, &inMDNS->p->unicastSock6.fd … in mDNSPlatformInit()388 if ( inMDNS->p->unicastSock6.fd != INVALID_SOCKET ) in mDNSPlatformInit()391 err = getsockname( inMDNS->p->unicastSock6.fd, (struct sockaddr*) &sa6, &sa6len ); in mDNSPlatformInit()393 inMDNS->p->unicastSock6.port.NotAnInteger = sa6.sin6_port; in mDNSPlatformInit()[all …]
159 struct UDPSocket_struct unicastSock6; member