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

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.h34 // IMPORTANT: coreIntf must be the first field in the structure because
41 NetworkInterfaceInfo coreIntf; member in struct:PosixNetworkInterface
H A DmDNSPosix.c220 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index);
242 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL;
303 &intf->coreIntf.ip, intf->intfName, intf->index, skt);
318 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt);
544 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
561 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
579 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
613 mDNS_DeregisterInterface(m, &intf->coreIntf, mDNSfalse);
876 SockAddrTomDNSAddr(intfAddr, &intf->coreIntf.ip, NULL);
877 SockAddrTomDNSAddr(intfMask, &intf->coreIntf
[all...]

Completed in 55 milliseconds