Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dfuzz-dhcp6-client.c92 assert_se(sd_dhcp6_option_new(123, v1_data, strlen(v1_data), 12345, &v1) >= 0); in LLVMFuzzerTestOneInput()
93 assert_se(sd_dhcp6_option_new(456, v2_data, strlen(v2_data), 45678, &v2) >= 0); in LLVMFuzzerTestOneInput()
Ddhcp6-option.c947 int sd_dhcp6_option_new(uint16_t option, const void *data, size_t length, uint32_t enterprise_ident… in sd_dhcp6_option_new() function
/systemd-251/src/systemd/
Dsd-dhcp6-option.h29 int sd_dhcp6_option_new(uint16_t option, const void *data, size_t length, uint32_t enterprise_ident…
/systemd-251/src/network/
Dnetworkd-dhcp-common.c861 r = sd_dhcp6_option_new(u16, udata, sz, enterprise_identifier, &opt6); in config_parse_dhcp_send_option()