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

  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 42 const char * intfName;
mDNSPosix.c 220 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index);
296 if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) != 0);
303 &intf->coreIntf.ip, intf->intfName, intf->index, skt);
318 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt);
535 mDNSlocal PosixNetworkInterface *SearchForInterfaceByName(mDNS *const m, const char *intfName)
540 assert(intfName != NULL);
543 while ((intf != NULL) && (strcmp(intf->intfName, intfName) != 0))
589 if (intf->intfName != NULL) free((void *)intf->intfName);
    [all...]

Completed in 507 milliseconds