Home
last modified time | relevance | path

Searched refs:dhcp_type (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/network/generator/
Dnetwork-generator.c192 .dhcp_type = _DHCP_TYPE_INVALID, in network_new()
337 static int network_set_dhcp_type(Context *context, const char *ifname, const char *dhcp_type) { in network_set_dhcp_type() argument
342 t = dracut_dhcp_type_from_string(dhcp_type); in network_set_dhcp_type()
353 network->dhcp_type = t; in network_set_dhcp_type()
593 const char *hostname = NULL, *ifname, *dhcp_type, *dns, *p; in parse_cmdline_ip_address() local
638 dhcp_type = value; in parse_cmdline_ip_address()
640 dhcp_type = strndupa_safe(value, p - value); in parse_cmdline_ip_address()
642 r = network_set_dhcp_type(context, ifname, dhcp_type); in parse_cmdline_ip_address()
688 const char *ifname, *dhcp_type, *p; in parse_cmdline_ip_interface() local
702 dhcp_type = value; in parse_cmdline_ip_interface()
[all …]
Dnetwork-generator.h62 DHCPType dhcp_type; member
/systemd-251/src/libsystemd-network/
Dtest-dhcp-option.c55 static const char *dhcp_type(int type) { in dhcp_type() function
270 printf("DHCP type %s\n", dhcp_type(res)); in test_options()