Home
last modified time | relevance | path

Searched refs:n_req_opts (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd-network/
Dsd-dhcp6-client.c382 if (typesafe_bsearch(&opt, client->req_opts, client->n_req_opts, be16_compare_func)) in sd_dhcp6_client_set_request_option()
385 if (!GREEDY_REALLOC(client->req_opts, client->n_req_opts + 1)) in sd_dhcp6_client_set_request_option()
388 client->req_opts[client->n_req_opts++] = opt; in sd_dhcp6_client_set_request_option()
391 typesafe_qsort(client->req_opts, client->n_req_opts, be16_compare_func); in sd_dhcp6_client_set_request_option()
649 n = client->n_req_opts; in client_append_oro()
663 n = client->n_req_opts; in client_append_oro()
676 n = client->n_req_opts; in client_append_oro()
Ddhcp6-internal.h67 size_t n_req_opts; member