Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:ifs

776 	struct if_state *ifs = iface->state;
777 struct if_options *ifo = ifs->options;
1258 struct if_state *ifs;
1261 ifs = iface->state;
1263 ifs = iface->state = xzalloc(sizeof(*ifs));
1265 ifs->state = DHS_INIT;
1266 ifs->reason = "PREINIT";
1267 ifs->nakoff = 1;
1273 if (ifs->options->options & DHCPCD_REQUEST)
1276 if (ifs->options->options & DHCPCD_LINK) {
1280 ifs->reason = "NOCARRIER";
1284 ifs->reason = "CARRIER";
1299 struct interface *ifs, *ifp, *ifn, *ifl = NULL;
1319 ifs = discover_interfaces(-1, UNCONST(argv));
1320 for (ifp = ifs; ifp; ifp = ifp->next) {
1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift;
1476 ifs = discover_interfaces(argc - oi, argv + oi);
1477 if (ifs == NULL)
1480 for (ifp = ifs; ifp && (ift = ifp->next, 1); ifp = ift) {