Searched refs:sd_dhcp_option (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/systemd/ |
D | sd-dhcp-option.h | 28 typedef struct sd_dhcp_option sd_dhcp_option; typedef 30 int sd_dhcp_option_new(uint8_t option, const void *data, size_t length, sd_dhcp_option **ret); 31 sd_dhcp_option *sd_dhcp_option_ref(sd_dhcp_option *ra); 32 sd_dhcp_option *sd_dhcp_option_unref(sd_dhcp_option *ra); 34 _SD_DEFINE_POINTER_CLEANUP_FUNC(sd_dhcp_option, sd_dhcp_option_unref);
|
D | sd-dhcp-server.h | 81 int sd_dhcp_server_add_option(sd_dhcp_server *server, sd_dhcp_option *v); 82 int sd_dhcp_server_add_vendor_option(sd_dhcp_server *server, sd_dhcp_option *v);
|
D | sd-dhcp-client.h | 315 int sd_dhcp_client_add_option(sd_dhcp_client *client, sd_dhcp_option *v); 316 int sd_dhcp_client_add_vendor_option(sd_dhcp_client *client, sd_dhcp_option *v);
|
/systemd-251/src/libsystemd-network/ |
D | dhcp-option.c | 105 struct sd_dhcp_option *p; in option_append() 400 static sd_dhcp_option* dhcp_option_free(sd_dhcp_option *i) { in dhcp_option_free() 408 int sd_dhcp_option_new(uint8_t option, const void *data, size_t length, sd_dhcp_option **ret) { in sd_dhcp_option_new() 416 sd_dhcp_option *p = new(sd_dhcp_option, 1); in sd_dhcp_option_new() 420 *p = (sd_dhcp_option) { in sd_dhcp_option_new() 431 DEFINE_TRIVIAL_REF_UNREF_FUNC(sd_dhcp_option, sd_dhcp_option, dhcp_option_free); 437 sd_dhcp_option,
|
D | dhcp-internal.h | 18 typedef struct sd_dhcp_option { struct 24 } sd_dhcp_option; typedef
|
D | sd-dhcp-server.c | 568 sd_dhcp_option *j; in server_send_offer_or_ack() 1549 int sd_dhcp_server_add_option(sd_dhcp_server *server, sd_dhcp_option *v) { in sd_dhcp_server_add_option() 1563 int sd_dhcp_server_add_vendor_option(sd_dhcp_server *server, sd_dhcp_option *v) { in sd_dhcp_server_add_vendor_option()
|
D | sd-dhcp-client.c | 645 int sd_dhcp_client_add_option(sd_dhcp_client *client, sd_dhcp_option *v) { in sd_dhcp_client_add_option() 659 int sd_dhcp_client_add_vendor_option(sd_dhcp_client *client, sd_dhcp_option *v) { in sd_dhcp_client_add_vendor_option() 991 sd_dhcp_option *j; in client_append_common_discover_request_options()
|
/systemd-251/src/network/ |
D | networkd-dhcp-common.c | 682 _cleanup_(sd_dhcp_option_unrefp) sd_dhcp_option *opt4 = NULL; in config_parse_dhcp_send_option() 684 _unused_ _cleanup_(sd_dhcp_option_unrefp) sd_dhcp_option *old4 = NULL; in config_parse_dhcp_send_option()
|
D | networkd-dhcp-server.c | 367 sd_dhcp_option *p; in dhcp4_server_configure()
|
D | networkd-dhcp4.c | 1366 sd_dhcp_option *send_option; in dhcp4_configure()
|