Home
last modified time | relevance | path

Searched refs:thisIntf (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c162 PosixNetworkInterface * thisIntf = (PosixNetworkInterface *)(InterfaceID); in mDNSPlatformSendUDP() local
186 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()