Searched refs:n_req_opts (Results 1 – 2 of 2) sorted by relevance
382 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()
67 size_t n_req_opts; member