HomeSort by: relevance | last modified time | path
    Searched refs:unicastSocket6 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h 56 int unicastSocket6;
mDNSPosix.c 210 sendingsocket = thisIntf ? thisIntf->multicastSocket6 : m->p->unicastSocket6;
1900 m->p->unicastSocket6 = -1;
1903 err = SetupSocket(&sa, zeroIPPort, 0, &m->p->unicastSocket6);
1907 m->p->unicastSocket6 = -1;
1959 if (m->p->unicastSocket6 != -1)
1961 rv = close(m->p->unicastSocket6);
2258 if (m->p->unicastSocket6 != -1) mDNSPosixAddToFDSet(&numFDs, readfds, m->p->unicastSocket6);
2319 if (m->p->unicastSocket6 != -1 && FD_ISSET(m->p->unicastSocket6, readfds)
    [all...]

Completed in 32 milliseconds