Searched refs:be16_compare_func (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp6-client.c | 368 static int be16_compare_func(const be16_t *a, const be16_t *b) { in be16_compare_func() function 382 if (typesafe_bsearch(&opt, client->req_opts, client->n_req_opts, be16_compare_func)) 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() 658 typesafe_qsort(buf, n, be16_compare_func); in client_append_oro() 671 typesafe_qsort(buf, n, be16_compare_func); in client_append_oro()
|