Home
last modified time | relevance | path

Searched refs:ifim (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dcheck_native.c144 struct ifinfomsg *ifim = (struct ifinfomsg *) NLMSG_DATA (nlmh); in __check_native() local
145 int native = (ifim->ifi_type != ARPHRD_TUNNEL6 in __check_native()
146 && ifim->ifi_type != ARPHRD_TUNNEL in __check_native()
147 && ifim->ifi_type != ARPHRD_SIT); in __check_native()
149 if (a1_index == ifim->ifi_index) in __check_native()
154 if (a2_index == ifim->ifi_index) in __check_native()
Difaddrs.c388 struct ifinfomsg *ifim = (struct ifinfomsg *) NLMSG_DATA (nlh); in getifaddrs_internal() local
389 struct rtattr *rta = IFLA_RTA (ifim); in getifaddrs_internal()
462 struct ifinfomsg *ifim = (struct ifinfomsg *) NLMSG_DATA (nlh); in getifaddrs_internal() local
463 struct rtattr *rta = IFLA_RTA (ifim); in getifaddrs_internal()
469 ifa_index = map_newlink (ifim->ifi_index - 1, ifas, in getifaddrs_internal()
478 ifas[ifa_index].ifa.ifa_flags = ifim->ifi_flags; in getifaddrs_internal()
495 = ifim->ifi_index; in getifaddrs_internal()
496 ifas[ifa_index].addr.sl.sll_hatype = ifim->ifi_type; in getifaddrs_internal()
511 = ifim->ifi_index; in getifaddrs_internal()
513 = ifim->ifi_type; in getifaddrs_internal()
Dif_index.c159 struct ifinfomsg *ifim = (struct ifinfomsg *) NLMSG_DATA (nlh); in weak_alias() local
160 struct rtattr *rta = IFLA_RTA (ifim); in weak_alias()
163 idx[nifs].if_index = ifim->ifi_index; in weak_alias()