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 213 errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->intfName, thisIntf->index);
289 if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) != 0);
296 &intf->coreIntf.ip, intf->intfName, intf->index, skt);
311 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt);
525 mDNSlocal PosixNetworkInterface *SearchForInterfaceByName(mDNS *const m, const char *intfName)
530 assert(intfName != NULL);
533 while ((intf != NULL) && (strcmp(intf->intfName, intfName) != 0))
579 if (intf->intfName != NULL) free((void *)intf->intfName);
    [all...]

Completed in 2297 milliseconds