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

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c162 PosixNetworkInterface * thisIntf = (PosixNetworkInterface *)(InterfaceID); local
186 sendingsocket = thisIntf ? thisIntf->multicastSocket4 : m->p->unicastSocket4;
200 sendingsocket = thisIntf ? thisIntf->multicastSocket6 : m->p->unicastSocket6;
218 if (thisIntf)
220 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index);

Completed in 2274 milliseconds