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

  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 159 struct UDPSocket_struct unicastSock6;
mDNSWin32.c 366 inMDNS->p->unicastSock6.fd = INVALID_SOCKET;
367 inMDNS->p->unicastSock6.recvMsgPtr = NULL;
368 inMDNS->p->unicastSock6.ifd = NULL;
369 inMDNS->p->unicastSock6.overlapped.pending = FALSE;
370 inMDNS->p->unicastSock6.next = NULL;
371 inMDNS->p->unicastSock6.m = inMDNS;
382 err = SetupSocket( inMDNS, (const struct sockaddr*) &sa6, zeroIPPort, &inMDNS->p->unicastSock6.fd );
388 if ( inMDNS->p->unicastSock6.fd != INVALID_SOCKET )
391 err = getsockname( inMDNS->p->unicastSock6.fd, (struct sockaddr*) &sa6, &sa6len );
393 inMDNS->p->unicastSock6.port.NotAnInteger = sa6.sin6_port
    [all...]

Completed in 260 milliseconds