Home
last modified time | relevance | path

Searched refs:enterprise_identifier (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd-network/
Ddhcp6-option.c266 unaligned_write_be32(p, options->enterprise_identifier); in dhcp6_option_append_vendor_option()
452 uint32_t enterprise_identifier; in dhcp6_option_append_vendor_class() local
460 enterprise_identifier = htobe32(SYSTEMD_PEN); in dhcp6_option_append_vendor_class()
462 p = memdup(&enterprise_identifier, sizeof(enterprise_identifier)); in dhcp6_option_append_vendor_class()
466 total = sizeof(enterprise_identifier); in dhcp6_option_append_vendor_class()
947 …on_new(uint16_t option, const void *data, size_t length, uint32_t enterprise_identifier, sd_dhcp6_… in sd_dhcp6_option_new() argument
962 .enterprise_identifier = enterprise_identifier, in sd_dhcp6_option_new()
Ddhcp6-option.h15 uint32_t enterprise_identifier; member
/systemd-251/src/systemd/
Dsd-dhcp6-option.h29 …on_new(uint16_t option, const void *data, size_t length, uint32_t enterprise_identifier, sd_dhcp6_…
/systemd-251/src/network/
Dnetworkd-dhcp-common.c686 uint32_t uint32_data, enterprise_identifier = 0; in config_parse_dhcp_send_option() local
719 r = safe_atou32(word, &enterprise_identifier); in config_parse_dhcp_send_option()
861 r = sd_dhcp6_option_new(u16, udata, sz, enterprise_identifier, &opt6); in config_parse_dhcp_send_option()