Searched refs:res_wraps (Results 1 – 1 of 1) sorted by relevance
1443 struct zsock_addrinfo_wrap *res_wraps; in addrinfo_from_nsos_mid() local1455 res_wraps = k_calloc(n_res, sizeof(*res_wraps)); in addrinfo_from_nsos_mid()1456 if (!res_wraps) { in addrinfo_from_nsos_mid()1461 struct zsock_addrinfo_wrap *wrap = &res_wraps[idx_res]; in addrinfo_from_nsos_mid()1482 res_wraps[n_res - 1].addrinfo.ai_next = NULL; in addrinfo_from_nsos_mid()1484 *res = &res_wraps->addrinfo; in addrinfo_from_nsos_mid()