Searched defs:ifo (Results 1 – 5 of 5) sorted by relevance
/external/dhcpcd/ |
D | if-options.c | 132 add_environ(struct if_options *ifo, const char *value, int uniq) in add_environ() 331 parse_option(struct if_options *ifo, int opt, const char *arg) in parse_option() 762 parse_config_line(struct if_options *ifo, const char *opt, char *line) in parse_config_line() 789 struct if_options *ifo; in read_config() local 894 add_options(struct if_options *ifo, int argc, char **argv) in add_options() 914 free_options(struct if_options *ifo) in free_options()
|
D | dhcpcd.c | 310 struct if_options *ifo = state->options; in send_message() local 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() local 777 struct if_options *ifo = ifs->options; in configure_interface1() local 857 struct if_options *ifo; in select_profile() local 960 struct if_options *ifo = iface->state->options; in start_discover() local 1061 struct if_options *ifo; in handle_3rdparty() local 1083 struct if_options *ifo; in start_static() local 1116 struct if_options *ifo = iface->state->options; in start_reboot() local [all …]
|
D | bind.c | 125 struct if_options *ifo = state->options; in bind_interface() local
|
D | configure.c | 170 const struct if_options *ifo = iface->state->options; in make_env() local 756 struct if_options *ifo; in delete_address() local 779 struct if_options *ifo = iface->state->options; in configure() local
|
D | dhcp.c | 915 const struct if_options *ifo = iface->state->options; in make_message() local 1375 const struct if_options *ifo) in configure_env()
|