Searched refs:RETURN_NL_ERROR (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/wifi/mac80211_create_radios/ |
D | main.cpp | 33 #define RETURN_NL_ERROR(C, NLR, R) \ macro 134 if (R) RETURN_NL_ERROR("nla_put_flag(" #TYPE ")", R, nullptr); \ 140 if (R) RETURN_NL_ERROR("nla_put(" #TYPE ")", R, nullptr); \ 154 if (R) RETURN_NL_ERROR("nla_nest_end(" #START ")", R, nullptr); \ 219 if (ret < 0) { RETURN_NL_ERROR("nl_send_auto", ret, 1); } in createRadios() 235 if (ret) { RETURN_NL_ERROR("genl_connect", ret, 1); } in manageRadios() 238 if (netlinkFamily < 0) { RETURN_NL_ERROR("genl_ctrl_resolve", ret, 1); } in manageRadios()
|