Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinetdevice.h135 struct in_ifaddr { struct
137 struct in_ifaddr *ifa_next; argument
138 struct in_device *ifa_dev;
139 struct rcu_head rcu_head;
140 __be32 ifa_local;
141 __be32 ifa_address;
142 __be32 ifa_mask;
143 __u32 ifa_rt_priority;
144 __be32 ifa_broadcast;
145 unsigned char ifa_scope;
[all …]