Home
last modified time | relevance | path

Searched refs:SD_DHCP_OPTION_PAD (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-dhcp-option.c129 case SD_DHCP_OPTION_PAD: in test_ignore_opts()
156 assert_se(code != SD_DHCP_OPTION_PAD); in test_options_cb()
304 assert_se(dhcp_option_append(result, 0, &offset, 0, SD_DHCP_OPTION_PAD, in test_option_set()
309 assert_se(dhcp_option_append(result, 5, &offset, 0, SD_DHCP_OPTION_PAD, in test_option_set()
312 assert_se(dhcp_option_append(result, 6, &offset, 0, SD_DHCP_OPTION_PAD, in test_option_set()
324 if (the_options[pos] == SD_DHCP_OPTION_PAD) in test_option_set()
348 SD_DHCP_OPTION_PAD); in test_option_set()
350 assert_se(result->options[10] == SD_DHCP_OPTION_PAD); in test_option_set()
Ddhcp-option.c50 case SD_DHCP_OPTION_PAD: in option_append()
158 if (IN_SET(options[offset], SD_DHCP_OPTION_PAD, SD_DHCP_OPTION_END)) in option_length()
287 case SD_DHCP_OPTION_PAD: in parse_options()
Dtest-dhcp-client.c76 assert_se(sd_dhcp_client_set_request_option(client, SD_DHCP_OPTION_PAD) == -EINVAL); in test_request_basic()
Dsd-dhcp-client.c252 case SD_DHCP_OPTION_PAD: in sd_dhcp_client_set_request_option()
/systemd-251/src/systemd/
Dsd-dhcp-client.h49 SD_DHCP_OPTION_PAD = 0, /* [RFC2132] */ enumerator