Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dinetdevice.h132 struct in_ifaddr { struct
134 struct in_ifaddr *ifa_next; argument
135 struct in_device *ifa_dev;
136 struct rcu_head rcu_head;
137 __be32 ifa_local;
138 __be32 ifa_address;
139 __be32 ifa_mask;
140 __be32 ifa_broadcast;
141 unsigned char ifa_scope;
142 unsigned char ifa_prefixlen;
[all …]