Searched refs:ifa_scope (Results 1 – 16 of 16) sorted by relevance
/external/libnl/include/linux-private/linux/ |
D | if_addr.h | 11 __u8 ifa_scope; /* Address scope */ member
|
/external/iproute2/include/uapi/linux/ |
D | if_addr.h | 12 __u8 ifa_scope; /* Address scope */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_addr.h | 12 __u8 ifa_scope; /* Address scope */ member
|
/external/strace/ |
D | rtnl_addr.c | 122 PRINT_FIELD_XVAL(", ", ifaddr, ifa_scope, in DECL_NETLINK_ROUTE_DECODER()
|
/external/strace/tests-m32/ |
D | nlattr_ifaddrmsg.c | 64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
|
D | netlink_route.c | 233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
|
/external/strace/tests-mx32/ |
D | nlattr_ifaddrmsg.c | 64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
|
D | netlink_route.c | 233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
|
/external/strace/tests/ |
D | nlattr_ifaddrmsg.c | 64 .ifa_scope = RT_SCOPE_UNIVERSE, in init_ifaddrmsg()
|
D | netlink_route.c | 233 .ifa_scope = RT_SCOPE_UNIVERSE, in test_rtnl_addr()
|
/external/android-clat/ |
D | getaddr.c | 56 if (ifa_p->ifa_scope != RT_SCOPE_UNIVERSE) return NL_OK; in getaddr_cb()
|
D | setif.c | 63 ifa.ifa_scope = RT_SCOPE_UNIVERSE; in add_address()
|
/external/libnl/lib/route/ |
D | addr.c | 219 addr->a_scope = ifa->ifa_scope; in addr_msg_parser() 560 am.ifa_scope = tmpl->a_scope; in build_addr_msg() 566 am.ifa_scope = RT_SCOPE_HOST; in build_addr_msg() 568 am.ifa_scope = RT_SCOPE_UNIVERSE; in build_addr_msg()
|
/external/iproute2/ip/ |
D | ipaddress.c | 1511 if ((filter.scope^ifa->ifa_scope)&filter.scopemask) in print_addrinfo() 1636 rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1))); in print_addrinfo() 1888 if ((filter.scope^ifa->ifa_scope)&filter.scopemask) in ipaddr_filter() 2408 req.ifa.ifa_scope = scope; in ipaddr_modify() 2507 req.ifa.ifa_scope = default_scope(&lcl); in ipaddr_modify()
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 410 nlm_scope = ifam->ifa_scope; in ni_ifaddrs()
|
/external/toybox/toys/pending/ |
D | ip.c | 1017 if ((addrinfo.scope ^ ifa->ifa_scope)&addrinfo.scopemask) return 0; in print_addrinfo() 1044 sprintf(scope, " scope %s ", namefromRPDB(ifa->ifa_scope, RPDB_rtscopes)); in print_addrinfo() 1197 req.ifadd.ifa_scope = scope; in ipaddrupdate() 1254 req.ifadd.ifa_scope = RT_SCOPE_HOST; in ipaddrupdate() 1434 if ((addrinfo.scope ^ addressInfo->ifa_scope) & addrinfo.scopemask) in ipaddr_print()
|