Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:ift

79 	struct interface *sorted, *ifp, *ifn, *ift;
94 for (ift = sorted; ift->next; ift = ift->next) {
95 if (ifcmp(ifp, ift->next) == -1) {
96 ifp->next = ift->next;
97 ift->next = ifp;
102 if (!ift->next) {
103 ift->next = ifp;