if_inet6.h (69e6cdd0cf16f645be39038e5ccc9379e3923d00) | if_inet6.h (adc176c5472214971d77c1a61c83db9b01e9cdc7) |
---|---|
1/* 2 * inet6 interface/address list definitions 3 * Linux INET6 implementation 4 * 5 * Authors: 6 * Pedro Roque <roque@di.fc.ul.pt> 7 * 8 * --- 41 unchanged lines hidden (view full) --- 50 51 int state; 52 53 __u32 flags; 54 __u8 dad_probes; 55 __u8 stable_privacy_retry; 56 57 __u16 scope; | 1/* 2 * inet6 interface/address list definitions 3 * Linux INET6 implementation 4 * 5 * Authors: 6 * Pedro Roque <roque@di.fc.ul.pt> 7 * 8 * --- 41 unchanged lines hidden (view full) --- 50 51 int state; 52 53 __u32 flags; 54 __u8 dad_probes; 55 __u8 stable_privacy_retry; 56 57 __u16 scope; |
58 __u64 dad_nonce; |
|
58 59 unsigned long cstamp; /* created timestamp */ 60 unsigned long tstamp; /* updated timestamp */ 61 62 struct delayed_work dad_work; 63 64 struct inet6_dev *idev; 65 struct rt6_info *rt; --- 199 unchanged lines hidden --- | 59 60 unsigned long cstamp; /* created timestamp */ 61 unsigned long tstamp; /* updated timestamp */ 62 63 struct delayed_work dad_work; 64 65 struct inet6_dev *idev; 66 struct rt6_info *rt; --- 199 unchanged lines hidden --- |