Searched refs:resp_opt (Results 1 – 3 of 3) sorted by relevance
57 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local58 if (!resp_opt.has_value()) { in main()63 auto resp = resp_opt.value(); in main()87 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local88 if (!resp_opt.has_value()) { in main()93 auto resp = resp_opt.value(); in main()113 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local114 if (!resp_opt.has_value()) { in main()119 auto resp = resp_opt.value(); in main()138 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local[all …]
83 auto resp_opt = RecvJsonMsg(allocd_sock); in AllocateNetworkInterfaces() local84 CHECK(resp_opt.has_value()) << "Bad response from allocd"; in AllocateNetworkInterfaces()85 auto resp = resp_opt.value(); in AllocateNetworkInterfaces()
159 auto resp_opt = RecvJsonMsg(allocd_sock); in ReleaseAllocdResources() local160 if (!resp_opt.has_value()) { in ReleaseAllocdResources()164 auto resp = resp_opt.value(); in ReleaseAllocdResources()