Searched refs:if_name (Results 1 – 4 of 4) sorted by relevance
67 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()
75 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()
37 char *if_name; /* null terminated name: "eth0", ... */ member
36 char *if_name; /* null terminated name: "eth0", ... */ member
Completed in 6 milliseconds