Home
last modified time | relevance | path

Searched refs:if_options (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
HDif-options.h225 struct if_options { struct
299 struct if_options *read_config(struct dhcpcd_ctx *, argument
302 struct if_options *, int, char **);
304 void free_options(struct dhcpcd_ctx *, struct if_options *);
HDdhcp.c563 struct if_options *ifo = ifp->options; in get_option_routes()
732 struct if_options *ifo = ifp->options; in make_message()
1218 dhcp_getoverride(const struct if_options *ifo, unsigned int o) in dhcp_getoverride()
1270 const struct if_options *ifo; in dhcp_env()
1712 struct if_options *ifo = ifp->options; in send_message()
1874 struct if_options *ifo = ifp->options; in dhcp_discover()
1917 struct if_options *ifo = ifp->options; in dhcp_request()
2146 struct if_options *ifo; in dhcp_arping()
2197 struct if_options *ifo; in dhcp_arp_found()
2241 struct if_options *ifo = ifp->options; in dhcp_bind()
[all …]
HDdhcp-common.h112 const char *dhcp_get_hostname(char *, size_t, const struct if_options *);
HDif-options.c512 struct if_options *ifo, in set_option_space()
641 parse_option(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo, in parse_option()
2392 struct if_options *ifo, const char *opt, char *line, in parse_config_line()
2417 finish_config(struct if_options *ifo) in finish_config()
2446 static struct if_options *
2449 struct if_options *ifo; in default_config()
2482 struct if_options *
2486 struct if_options *ifo; in read_config()
2760 struct if_options *ifo, int argc, char **argv) in add_options()
2792 free_options(struct dhcpcd_ctx *ctx, struct if_options *ifo) in free_options()
HDdhcpcd.h91 struct if_options *options;
HDdhcpcd.c467 struct if_options *ifo = ifp->options; in configure_interface1()
612 struct if_options *ifo; in dhcpcd_selectprofile()
676 struct if_options *ifo; in dhcpcd_initstate1()
898 struct if_options *ifo = ifp->options; in dhcpcd_startinterface()
1329 struct if_options *ifo; in reload_config()
1528 struct if_options *ifo; in dhcpcd_handleargs()
1924 struct if_options *ifo; in main()
HDipv4.c383 struct if_options *ifo; in inet_routerhostroute()
567 struct if_options *ifo; in delete_address()
768 struct if_options *ifo = ifp->options; in ipv4_applyaddr()
HDdhcp6.c226 const struct if_options *ifo = ifp->options; in dhcp6_makeuser()
268 const struct if_options *ifo; in dhcp6_makevendor()
647 struct if_options *ifo = ifp->options; in dhcp6_makemessage()
2374 const struct if_options *ifo; in dhcp6_findia()
2925 struct if_options *ifo; in dhcp6_delegate_prefix()
3032 struct if_options *ifo; in dhcp6_find_delegates()
3332 const struct if_options *ifo; in dhcp6_recvif()
3932 struct if_options *ifo = ifp->options; in dhcp6_start1()
4279 const struct if_options *ifo; in dhcp6_env()
HDscript.c231 const struct if_options *ifo; in make_env()
HDdhcp-common.c50 dhcp_get_hostname(char *buf, size_t buf_len, const struct if_options *ifo) in dhcp_get_hostname()
HDipv6.c441 const struct if_options *ifo = ifp->options; in ipv6_makeaddr()