Searched refs:lifetime (Results 1 – 3 of 3) sorted by relevance
92 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local94 if (lifetime && servers) { in onEvent()95 notifyInterfaceDnsServers(iface, lifetime, servers); in onEvent()182 const char *lifetime, in notifyInterfaceDnsServers() argument185 iface, lifetime, servers); in notifyInterfaceDnsServers()
46 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
430 uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage() local459 asprintf(&mParams[1], "LIFETIME=%u", lifetime); in parseNdUserOptMessage()