Home
last modified time | relevance | path

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

/systemd-251/src/network/generator/
Dnetwork-generator.c337 static int network_set_dhcp_type(Context *context, const char *ifname, const char *dhcp_type) { in network_set_dhcp_type()
593 const char *hostname = NULL, *ifname, *dhcp_type, *dns, *p; in parse_cmdline_ip_address() local
688 const char *ifname, *dhcp_type, *p; in parse_cmdline_ip_interface() local
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