Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Dif-options.h83 struct if_options { struct
118 struct if_options *read_config(const char *, argument
120 int add_options(struct if_options *, int, char **);
121 void free_options(struct if_options *);
H A Ddhcpcd.h64 struct if_options *options;
H A Ddhcp.h190 const struct if_options *);
H A Dconfigure.c397 struct if_options *ifo; in delete_address()
420 struct if_options *ifo = iface->state->options; in configure()
H A Dmain.c232 struct if_options *ifo; in main()
H A Ddhcp.c546 const struct if_options *ifo = iface->state->options; in make_message()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-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 *);
H A Ddhcp.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 …]
H A Dif-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()
H A Ddhcp-common.h112 const char *dhcp_get_hostname(char *, size_t, const struct if_options *);
H A Ddhcpcd.h91 struct if_options *options;
H A Ddhcpcd.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()
H A Dipv4.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()
H A Ddhcp6.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()
H A Dscript.c231 const struct if_options *ifo; in make_env()
H A Ddhcp-common.c50 dhcp_get_hostname(char *buf, size_t buf_len, const struct if_options *ifo) in dhcp_get_hostname()
H A Dipv6.c441 const struct if_options *ifo = ifp->options; in ipv6_makeaddr()