Searched refs:thisIntf (Results 1 – 1 of 1) sorted by relevance
162 PosixNetworkInterface * thisIntf = (PosixNetworkInterface *)(InterfaceID); in mDNSPlatformSendUDP() local186 sendingsocket = thisIntf ? thisIntf->multicastSocket4 : m->p->unicastSocket4; in mDNSPlatformSendUDP()200 sendingsocket = thisIntf ? thisIntf->multicastSocket6 : m->p->unicastSocket6; in mDNSPlatformSendUDP()218 if (thisIntf) in mDNSPlatformSendUDP()220 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index); in mDNSPlatformSendUDP()