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 85 struct if_options { struct
120 struct if_options *read_config(const char *,
122 int add_options(struct if_options *, int, char **);
123 void free_options(struct if_options *);
dhcpcd.c 102 static struct if_options *if_options; variable in typeref:struct:if_options
185 free_options(if_options);
310 struct if_options *ifo = state->options;
480 blacklisted_ip(const struct if_options *ifo, in_addr_t addr)
491 whitelisted_ip(const struct if_options *ifo, in_addr_t addr)
507 struct if_options *ifo = state->options;
777 struct if_options *ifo = ifs->options;
857 struct if_options *ifo;
960 struct if_options *ifo = iface->state->options
    [all...]
dhcpcd.h 66 struct if_options *options;
if-options.c 132 add_environ(struct if_options *ifo, const char *value, int uniq)
331 parse_option(struct if_options *ifo, int opt, const char *arg)
762 parse_config_line(struct if_options *ifo, const char *opt, char *line)
785 struct if_options *
789 struct if_options *ifo;
894 add_options(struct if_options *ifo, int argc, char **argv)
914 free_options(struct if_options *ifo)
dhcp.h 193 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;
756 struct if_options *ifo;
779 struct if_options *ifo = iface->state->options;
dhcp.c 919 const struct if_options *ifo = iface->state->options;
1383 const struct if_options *ifo)
    [all...]

Completed in 2903 milliseconds