Searched refs:sd_dhcp6_option_new (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | fuzz-dhcp6-client.c | 92 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()
|
D | dhcp6-option.c | 947 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/ |
D | sd-dhcp6-option.h | 29 int sd_dhcp6_option_new(uint16_t option, const void *data, size_t length, uint32_t enterprise_ident…
|
/systemd-251/src/network/ |
D | networkd-dhcp-common.c | 861 r = sd_dhcp6_option_new(u16, udata, sz, enterprise_identifier, &opt6); in config_parse_dhcp_send_option()
|