HomeSort by relevance Sort by last modified time
    Searched refs:coreIntf (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 34 // IMPORTANT: coreIntf must be the first field in the structure because
41 NetworkInterfaceInfo coreIntf;
mDNSPosix.c 213 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index);
235 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL;
296 &intf->coreIntf.ip, intf->intfName, intf->index, skt);
311 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt);
534 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
551 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
569 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
595 mDNS_DeregisterInterface(m, &intf->coreIntf, mDNSfalse);
852 SockAddrTomDNSAddr(intfAddr, &intf->coreIntf.ip, NULL);
853 SockAddrTomDNSAddr(intfMask, &intf->coreIntf.mask, NULL)
    [all...]

Completed in 70 milliseconds