Home
last modified time | relevance | path

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

/linux-5.10/include/uapi/linux/
Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/linux-5.10/include/net/
Ddn_dev.h14 __u8 ifa_scope; member
/linux-5.10/include/linux/
Dinetdevice.h147 unsigned char ifa_scope; member
/linux-5.10/net/ipv6/
Daddrconf.c4905 static inline int rt_scope(int ifa_scope) in rt_scope()