HomeSort by relevance Sort by last modified time
    Searched refs:if_options (Results 1 - 9 of 9) sorted by null

  /external/dhcpcd/
if-options.h 83 struct if_options { struct
118 struct if_options *read_config(const char *,
120 int add_options(struct if_options *, int, char **);
121 void free_options(struct if_options *);
dhcpcd.h 65 struct if_options *options;
dhcpcd.c 100 static struct if_options *if_options; variable in typeref:struct:if_options
174 free_options(if_options);
294 struct if_options *ifo = state->options;
464 blacklisted_ip(const struct if_options *ifo, in_addr_t addr)
475 whitelisted_ip(const struct if_options *ifo, in_addr_t addr)
491 struct if_options *ifo = state->options;
751 struct if_options *ifo = ifs->options;
829 struct if_options *ifo;
916 struct if_options *ifo = iface->state->options
    [all...]
if-options.c 128 add_environ(struct if_options *ifo, const char *value, int uniq)
327 parse_option(struct if_options *ifo, int opt, const char *arg)
747 parse_config_line(struct if_options *ifo, const char *opt, char *line)
770 struct if_options *
774 struct if_options *ifo;
870 add_options(struct if_options *ifo, int argc, char **argv)
890 free_options(struct if_options *ifo)
dhcp.h 190 const struct if_options *);
bind.c 125 struct if_options *ifo = state->options;
arp.c 115 struct if_options *opts = state->options;
configure.c 170 const struct if_options *ifo = iface->state->options;
699 struct if_options *ifo;
722 struct if_options *ifo = iface->state->options;
dhcp.c 843 const struct if_options *ifo = iface->state->options;
1299 const struct if_options *ifo)

Completed in 346 milliseconds