Lines Matching refs:if_options
102 static struct if_options *if_options; variable
185 free_options(if_options); in cleanup()
310 struct if_options *ifo = state->options; in send_message()
480 blacklisted_ip(const struct if_options *ifo, in_addr_t addr) in blacklisted_ip()
491 whitelisted_ip(const struct if_options *ifo, in_addr_t addr) in whitelisted_ip()
507 struct if_options *ifo = state->options; in handle_dhcp()
777 struct if_options *ifo = ifs->options; in configure_interface1()
857 struct if_options *ifo; in select_profile()
960 struct if_options *ifo = iface->state->options; in start_discover()
1061 struct if_options *ifo; in handle_3rdparty()
1083 struct if_options *ifo; in start_static()
1116 struct if_options *ifo = iface->state->options; in start_reboot()
1167 struct if_options *ifo = iface->state->options; in start_interface()
1351 struct if_options *ifo; in handle_hwaddr()
1388 struct if_options *ifo; in handle_ifa()
1450 const struct if_options *ifo; in if_reboot()
1512 struct if_options *ifo; in handle_signal()
1864 if_options = read_config(cffile, NULL, NULL, NULL); in main()
1865 opt = add_options(if_options, argc, argv); in main()
1871 options = if_options->options; in main()
1918 strlcpy(iface->state->options->script, if_options->script, in main()
2095 if (if_options->options & DHCPCD_LINK) { in main()
2182 i = if_options->timeout; in main()
2197 free_options(if_options); in main()
2198 if_options = NULL; in main()