Home
last modified time | relevance | path

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

/systemd-251/src/systemd/
Dsd-dhcp6-client.h59 SD_DHCP6_OPTION_VENDOR_CLASS = 16, /* RFC 8415 */ enumerator
/systemd-251/src/libsystemd-network/
Ddhcp6-option.c44 case SD_DHCP6_OPTION_VENDOR_CLASS: in dhcp6_option_can_request()
489 return dhcp6_option_append(buf, buflen, SD_DHCP6_OPTION_VENDOR_CLASS, total, p); in dhcp6_option_append_vendor_class()
Dtest-dhcp6-client.c186 0x00, SD_DHCP6_OPTION_VENDOR_CLASS, 0x00, 0x09, in TEST()
242 assert_se(optcode == SD_DHCP6_OPTION_VENDOR_CLASS); in TEST()