Home
last modified time | relevance | path

Searched refs:ifa_valid (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netlink/route/
H A Difaddrs.h94 uint32_t ifa_valid; /* seconds till the end of the prefix considered valid */ member
H A Diface.c939 .ifa_valid = ia->ia6_lifetime.ia6t_vltime, in export_cache_info6()
1268 vltime = attrs->ifa_cacheinfo->ifa_valid; in handle_newaddr_inet6()
/freebsd/sbin/ifconfig/
H A Daf_inet6.c370 count += ci->ifa_valid != ND6_INFINITE_LIFETIME; in show_lifetime()
375 vl = (ci->ifa_valid == ND6_INFINITE_LIFETIME) ? 0 : ci->ifa_valid; in show_lifetime()
488 .ifa_valid = pdata->lifetime.ia6t_vltime, in in6_exec_nl()
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py380 ci = IfaCacheInfo(ifa_prefered=pref_time, ifa_valid=valid_time)
395 assert valid_time - 5 <= ci.ifa_valid <= valid_time
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py541 self.ci.ifa_prefered, self.ci.ifa_valid, self.ci.cstamp, self.ci.tstamp)