Lines Matching refs:unicastSocket4
186 sendingsocket = thisIntf ? thisIntf->multicastSocket4 : m->p->unicastSocket4;
1264 m->p->unicastSocket4 = -1;
1265 if (err == mStatus_NoError) err = SetupSocket(&sa, zeroIPPort, 0, &m->p->unicastSocket4);
1306 if (m->p->unicastSocket4 != -1)
1308 int ipv4_closed = close(m->p->unicastSocket4);
1459 if (m->p->unicastSocket4 != -1) mDNSPosixAddToFDSet(nfds, readfds, m->p->unicastSocket4);
1491 if (m->p->unicastSocket4 != -1 && FD_ISSET(m->p->unicastSocket4, readfds))
1493 FD_CLR(m->p->unicastSocket4, readfds);
1494 SocketDataReady(m, NULL, m->p->unicastSocket4);