Home
last modified time | relevance | path

Searched refs:ifr_name (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dif_index.c46 strncpy (ifr.ifr_name, ifname, IFNAMSIZ); in __if_nametoindex()
130 idx[i].if_name = __strdup (ifr->ifr_name); in weak_alias()
189 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dif_index.c47 strncpy (ifr.ifr_name, ifname, sizeof (ifr.ifr_name)); in __if_nametoindex()
245 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
/glibc-2.36/support/
Dsupport_enter_network_namespace.c49 strcpy (req.ifr_name, "lo"); in support_enter_network_namespace()
/glibc-2.36/inet/
Dtst-if_index-long.c42 TEST_COMPARE (strlen (name), sizeof (ifr.ifr_name)); in do_test()
/glibc-2.36/sysdeps/gnu/net/
Dif.h151 # define ifr_name ifr_ifrn.ifrn_name /* interface name */ macro
/glibc-2.36/sysdeps/gnu/
Difaddrs.c86 storage[i].ia.ifa_name = strncpy (storage[i].name, ifr->ifr_name, in __getifaddrs()