Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dtest-dhcp6-client.c102 assert_se(sd_dhcp6_client_set_request_option(client, SD_DHCP6_OPTION_SNTP_SERVER) >= 0); in TEST()
456 0x00, SD_DHCP6_OPTION_SNTP_SERVER,
498 0x00, SD_DHCP6_OPTION_SNTP_SERVER,
562 0x00, SD_DHCP6_OPTION_SNTP_SERVER,
629 0x00, SD_DHCP6_OPTION_SNTP_SERVER, 0x00, 0x20,
708 0x00, SD_DHCP6_OPTION_SNTP_SERVER, 0x00, 0x20,
986 assert_se(sd_dhcp6_client_set_request_option(client, SD_DHCP6_OPTION_SNTP_SERVER) >= 0); in TEST()
Dsd-dhcp6-lease.c594 case SD_DHCP6_OPTION_SNTP_SERVER: in dhcp6_lease_parse_message()
Ddhcp6-option.c64 case SD_DHCP6_OPTION_SNTP_SERVER: in dhcp6_option_can_request()
/systemd-251/src/systemd/
Dsd-dhcp6-client.h74 SD_DHCP6_OPTION_SNTP_SERVER = 31, /* RFC 4075, deprecated */ enumerator
/systemd-251/src/network/
Dnetworkd-dhcp6.c643 r = sd_dhcp6_client_set_request_option(client, SD_DHCP6_OPTION_SNTP_SERVER); in dhcp6_configure()