Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:ifs

944 	struct if_head *ifs;
972 ifs = if_discover(ctx, -1, UNCONST(argv));
973 if (ifs == NULL) {
977 TAILQ_FOREACH_SAFE(ifp, ifs, next, ifn) {
992 TAILQ_REMOVE(ifs, ifp, next);
1003 while ((ifp = TAILQ_FIRST(ifs))) {
1004 TAILQ_REMOVE(ifs, ifp, next);
1007 free(ifs);
1125 struct if_head *ifs;
1128 ifs = if_discover(ctx, argc - oi, argv + oi);
1129 if (ifs == NULL) {
1134 while ((ifp = TAILQ_FIRST(ifs))) {
1135 TAILQ_REMOVE(ifs, ifp, next);
1150 free(ifs);