Home
last modified time | relevance | path

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

/third_party/musl/src/network/
H A Dnetlink.h72 #define IFA_LOCAL 2 macro
H A Dgetifaddrs.c175 /* If ifa_addr is already set we, received an IFA_LOCAL before in netlink_msg_to_ifaddr()
185 case IFA_LOCAL: in netlink_msg_to_ifaddr()
186 /* If ifa_addr is set and we get IFA_LOCAL, assume we have in netlink_msg_to_ifaddr()
/third_party/toybox/toys/pending/
H A Dip.c1016 if (!rta_tb[IFA_LOCAL]) rta_tb[IFA_LOCAL] = rta_tb[IFA_ADDRESS]; in print_addrinfo()
1017 if (!rta_tb[IFA_ADDRESS]) rta_tb[IFA_ADDRESS] = rta_tb[IFA_LOCAL]; in print_addrinfo()
1051 if (rta_tb[IFA_LOCAL]) { in print_addrinfo()
1052 if (!inet_ntop(ifa->ifa_family, RTA_DATA(rta_tb[IFA_LOCAL]), in print_addrinfo()
1057 RTA_DATA(rta_tb[IFA_LOCAL]), 4)) in print_addrinfo()
1218 IFA_LOCAL, &local.data, local.bytelen); in ipaddrupdate()
1419 if (!rta_tb[IFA_LOCAL]) rta_tb[IFA_LOCAL] = rta_tb[IFA_ADDRESS]; in ipaddr_print()
1420 if (rta_tb[IFA_LOCAL]) { in ipaddr_print()
[all...]
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c174 /* If ifa_addr is already set we, received an IFA_LOCAL before in netlink_msg_to_ifaddr()
184 case IFA_LOCAL: in netlink_msg_to_ifaddr()
185 /* If ifa_addr is set and we get IFA_LOCAL, assume we have in netlink_msg_to_ifaddr()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c174 /* If ifa_addr is already set we, received an IFA_LOCAL before in netlink_msg_to_ifaddr()
184 case IFA_LOCAL: in netlink_msg_to_ifaddr()
185 /* If ifa_addr is set and we get IFA_LOCAL, assume we have in netlink_msg_to_ifaddr()
/third_party/ltp/lib/
H A Dtst_netdevice.c271 if (!tst_rtnl_add_attr(file, lineno, ctx, IFA_LOCAL, address, in modify_address()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2778 pub const IFA_LOCAL: ::c_ushort = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1627 pub const IFA_LOCAL: ::c_ushort = 2; consts

Completed in 27 milliseconds