Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/Linux-v4.19/include/net/
Ddn_dev.h14 __u8 ifa_scope; member
/Linux-v4.19/include/linux/
Dinetdevice.h145 unsigned char ifa_scope; member
/Linux-v4.19/net/ipv6/
Daddrconf.c4772 static inline int rt_scope(int ifa_scope) in rt_scope()