Home
last modified time | relevance | path

Searched refs:IFA_LOCAL (Results 1 – 8 of 8) sorted by relevance

/third_party/libnl/lib/route/
Daddr.c250 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/
Dif_addr.h29 IFA_LOCAL, enumerator
/third_party/musl/src/network/
Dnetlink.h72 #define IFA_LOCAL 2 macro
Dgetifaddrs.c175 case IFA_LOCAL: in netlink_msg_to_ifaddr()
/third_party/toybox/toys/pending/
Dip.c1014 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/
Dgetifaddrs.c184 case IFA_LOCAL: in netlink_msg_to_ifaddr()
/third_party/ltp/lib/
Dtst_netdevice.c270 if (!tst_rtnl_add_attr(file, lineno, ctx, IFA_LOCAL, address, in modify_address()
/third_party/ltp/doc/
Dnetwork-c-api.txt468 RTNL_ADD_ATTR(ctx, IFA_LOCAL, &addr, sizeof(addr));