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

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/
H A DmDNSWin32.h134 time_t ifa_dhcpLeaseExpires; member in struct:ifaddrs
H A DmDNSWin32.c2543 if ( p->ifa_dhcpEnabled && ( p->ifa_dhcpLeaseExpires < inMDNS->p->nextDHCPLeaseExpires ) )
2545 inMDNS->p->nextDHCPLeaseExpires = p->ifa_dhcpLeaseExpires;
2861 if ( inIFA->ifa_dhcpEnabled && ( inIFA->ifa_dhcpLeaseExpires < inMDNS->p->nextDHCPLeaseExpires ) )
2863 inMDNS->p->nextDHCPLeaseExpires = inIFA->ifa_dhcpLeaseExpires;
3739 ifa->ifa_dhcpLeaseExpires = time( NULL ) + addr->ValidLifetime;
3744 ifa->ifa_dhcpLeaseExpires = 0;

Completed in 119 milliseconds