Home
last modified time | relevance | path

Searched refs:if_name (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/
A Dif_index.c67 while (ptr->if_name || ptr->if_index) in weak_alias()
69 free (ptr->if_name); in weak_alias()
130 idx[i].if_name = __strdup (ifr->ifr_name); in weak_alias()
131 if (idx[i].if_name == NULL in weak_alias()
138 free (idx[j].if_name); in weak_alias()
152 idx[i].if_name = NULL; in weak_alias()
/sysdeps/unix/sysv/linux/
A Dif_index.c75 while (ptr->if_name || ptr->if_index) in weak_alias()
77 free (ptr->if_name); in weak_alias()
172 idx[nifs].if_name = __strndup (rta_data, rta_payload); in weak_alias()
173 if (idx[nifs].if_name == NULL) in weak_alias()
192 idx[nifs].if_name = NULL; in weak_alias()
/sysdeps/generic/net/
A Dif.h37 char *if_name; /* null terminated name: "eth0", ... */ member
/sysdeps/gnu/net/
A Dif.h36 char *if_name; /* null terminated name: "eth0", ... */ member

Completed in 6 milliseconds