Lines Matching refs:ifo
170 const struct if_options *ifo = iface->state->options; in make_env() local
254 e = configure_env(NULL, NULL, iface->state->old, ifo); in make_env()
258 iface->state->old, ifo); in make_env()
261 (const char *const *)ifo->config); in make_env()
266 e = configure_env(NULL, NULL, iface->state->new, ifo); in make_env()
270 iface->state->new, ifo); in make_env()
273 (const char *const *)ifo->config); in make_env()
284 if (ifo->environ) { in make_env()
286 while (ifo->environ[e++]) in make_env()
290 while (ifo->environ[e]) { in make_env()
291 env[elen + e] = xstrdup(ifo->environ[e]); in make_env()
756 struct if_options *ifo; in delete_address() local
758 ifo = iface->state->options; in delete_address()
759 if (ifo->options & DHCPCD_INFORM || in delete_address()
760 (ifo->options & DHCPCD_STATIC && ifo->req_addr.s_addr == 0)) in delete_address()
779 struct if_options *ifo = iface->state->options; in configure() local
787 if (!(ifo->options & DHCPCD_PERSISTENT)) { in configure()
797 if (!(ifo->options & DHCPCD_INFORM) || in configure()
836 !(ifo->options & (DHCPCD_INFORM | DHCPCD_STATIC))) in configure()