Searched refs:IFA_LOCAL (Results 1 – 8 of 8) sorted by relevance
/third_party/libnl/lib/route/ |
D | addr.c | 250 if (tb[IFA_LOCAL]) in addr_msg_parser() 251 addr->a_local = nl_addr_alloc_attr(tb[IFA_LOCAL], family); in addr_msg_parser() 279 if (tb[IFA_LOCAL]) { in addr_msg_parser() 280 addr->a_local = nl_addr_alloc_attr(tb[IFA_LOCAL], family); in addr_msg_parser() 297 if (!tb[IFA_LOCAL] || !nl_addr_cmp(a, addr->a_local)) { in addr_msg_parser() 651 NLA_PUT_ADDR(msg, IFA_LOCAL, tmpl->a_local); in build_addr_msg()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_addr.h | 29 IFA_LOCAL, enumerator
|
/third_party/musl/src/network/ |
D | netlink.h | 72 #define IFA_LOCAL 2 macro
|
D | getifaddrs.c | 175 case IFA_LOCAL: in netlink_msg_to_ifaddr()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 1014 if (!rta_tb[IFA_LOCAL]) rta_tb[IFA_LOCAL] = rta_tb[IFA_ADDRESS]; in print_addrinfo() 1015 if (!rta_tb[IFA_ADDRESS]) rta_tb[IFA_ADDRESS] = rta_tb[IFA_LOCAL]; in print_addrinfo() 1049 if (rta_tb[IFA_LOCAL]) { in print_addrinfo() 1050 if (!inet_ntop(ifa->ifa_family, RTA_DATA(rta_tb[IFA_LOCAL]), in print_addrinfo() 1055 RTA_DATA(rta_tb[IFA_LOCAL]), 4)) in print_addrinfo() 1216 IFA_LOCAL, &local.data, local.bytelen); in ipaddrupdate() 1417 if (!rta_tb[IFA_LOCAL]) rta_tb[IFA_LOCAL] = rta_tb[IFA_ADDRESS]; in ipaddr_print() 1418 if (rta_tb[IFA_LOCAL]) { in ipaddr_print() 1419 if (!inet_ntop(TT.addressfamily, RTA_DATA(rta_tb[IFA_LOCAL]), in ipaddr_print()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getifaddrs.c | 184 case IFA_LOCAL: in netlink_msg_to_ifaddr()
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 270 if (!tst_rtnl_add_attr(file, lineno, ctx, IFA_LOCAL, address, in modify_address()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 468 RTNL_ADD_ATTR(ctx, IFA_LOCAL, &addr, sizeof(addr));
|