Home
last modified time | relevance | path

Searched defs:ifa_cacheinfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netlink/route/
H A Difaddrs.h92 struct ifa_cacheinfo { struct
93 uint32_t ifa_prefered; /* seconds till the end of the prefix considered preferred */
94 uint32_t ifa_valid; /* seconds till the end of the prefix considered valid */
95 uint32_t cstamp; /* creation time in 1ms intervals from the boot time */
96 uint32_t tstamp; /* update time in 1ms intervals from the boot time */
H A Diface.c723 struct ifa_cacheinfo *ifa_cacheinfo; member
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h299 struct ifa_cacheinfo *ifa_cacheinfo; member