Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:ifp

79 	struct interface *sorted, *ifp, *ifn, *ift;
86 for (ifp = ifaces; ifp && (ifn = ifp->next, 1); ifp = ifn) {
88 if (ifcmp(ifp, sorted) == -1) {
89 ifp->next = sorted;
90 sorted = ifp;
95 if (ifcmp(ifp, ift->next) == -1) {
96 ifp->next = ift->next;
97 ift->next = ifp;
103 ift->next = ifp;
104 ifp->next = NULL;