Searched defs:ifa_cacheinfo (Results 1 – 4 of 4) sorted by relevance
54 struct ifa_cacheinfo { struct55 __u32 ifa_prefered;56 __u32 ifa_valid;57 __u32 cstamp; /* created timestamp, hundredths of seconds */58 __u32 tstamp; /* updated timestamp, hundredths of seconds */
57 struct ifa_cacheinfo { struct58 __u32 ifa_prefered;59 __u32 ifa_valid;60 __u32 cstamp; /* created timestamp, hundredths of seconds */61 __u32 tstamp; /* updated timestamp, hundredths of seconds */
38 struct ifa_cacheinfo *ifa_cacheinfo; member