Home
last modified time | relevance | path

Searched refs:ifa_dhcpLeaseExpires (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h179 time_t ifa_dhcpLeaseExpires; member
DmDNSWin32.c2506 if ( p->ifa_dhcpEnabled && ( p->ifa_dhcpLeaseExpires < inMDNS->p->nextDHCPLeaseExpires ) ) in SetupInterfaceList()
2508 inMDNS->p->nextDHCPLeaseExpires = p->ifa_dhcpLeaseExpires; in SetupInterfaceList()
2816 if ( inIFA->ifa_dhcpEnabled && ( inIFA->ifa_dhcpLeaseExpires < inMDNS->p->nextDHCPLeaseExpires ) ) in SetupInterface()
2818 inMDNS->p->nextDHCPLeaseExpires = inIFA->ifa_dhcpLeaseExpires; in SetupInterface()
3710 ifa->ifa_dhcpLeaseExpires = time( NULL ) + addr->ValidLifetime; in getifaddrs_ipv6()
3715 ifa->ifa_dhcpLeaseExpires = 0; in getifaddrs_ipv6()