Searched defs:ifo (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | if-options.c | 59 #define IN_CONFIG_BLOCK(ifo) ((ifo)->options & DHCPCD_FORKED) argument 60 #define SET_CONFIG_BLOCK(ifo) ((ifo)->options |= DHCPCD_FORKED) argument 61 #define CLEAR_CONFIG_BLOCK(ifo) ((ifo)->options &= ~DHCPCD_FORKED) argument 512 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() 2449 struct if_options *ifo; in default_config() local 2486 struct if_options *ifo; in read_config() local 2760 struct if_options *ifo, int argc, char **argv) in add_options() [all …]
|
H A D | dhcp.c | 563 struct if_options *ifo = ifp->options; in get_option_routes() local 732 struct if_options *ifo = ifp->options; in make_message() local 1218 dhcp_getoverride(const struct if_options *ifo, unsigned int o) in dhcp_getoverride() 1270 const struct if_options *ifo; in dhcp_env() local 1712 struct if_options *ifo = ifp->options; in send_message() local 1874 struct if_options *ifo = ifp->options; in dhcp_discover() local 1917 struct if_options *ifo = ifp->options; in dhcp_request() local 2146 struct if_options *ifo; in dhcp_arping() local 2197 struct if_options *ifo; in dhcp_arp_found() local 2241 struct if_options *ifo = ifp->options; in dhcp_bind() local [all …]
|
H A D | dhcpcd.c | 467 struct if_options *ifo = ifp->options; in configure_interface1() local 612 struct if_options *ifo; in dhcpcd_selectprofile() local 676 struct if_options *ifo; in dhcpcd_initstate1() local 898 struct if_options *ifo = ifp->options; in dhcpcd_startinterface() local 1329 struct if_options *ifo; in reload_config() local 1528 struct if_options *ifo; in dhcpcd_handleargs() local 1924 struct if_options *ifo; in main() local
|
H A D | ipv4.c | 383 struct if_options *ifo; in inet_routerhostroute() local 567 struct if_options *ifo; in delete_address() local 768 struct if_options *ifo = ifp->options; in ipv4_applyaddr() local
|
H A D | dhcp6.c | 226 const struct if_options *ifo = ifp->options; in dhcp6_makeuser() local 268 const struct if_options *ifo; in dhcp6_makevendor() local 647 struct if_options *ifo = ifp->options; in dhcp6_makemessage() local 2374 const struct if_options *ifo; in dhcp6_findia() local 2925 struct if_options *ifo; in dhcp6_delegate_prefix() local 3032 struct if_options *ifo; in dhcp6_find_delegates() local 3332 const struct if_options *ifo; in dhcp6_recvif() local 3932 struct if_options *ifo = ifp->options; in dhcp6_start1() local 4279 const struct if_options *ifo; in dhcp6_env() local
|
H A D | script.c | 231 const struct if_options *ifo; in make_env() local
|
H A D | dhcp-common.c | 50 dhcp_get_hostname(char *buf, size_t buf_len, const struct if_options *ifo) in dhcp_get_hostname()
|
H A D | ipv6.c | 441 const struct if_options *ifo = ifp->options; in ipv6_makeaddr() local
|
/netbsd-src/usr.bin/rump_dhcpclient/ |
H A D | configure.c | 397 struct if_options *ifo; in delete_address() local 420 struct if_options *ifo = iface->state->options; in configure() local
|
H A D | main.c | 232 struct if_options *ifo; in main() local
|
H A D | dhcp.c | 546 const struct if_options *ifo = iface->state->options; in make_message() local
|