Lines Matching defs:prop_dict
4862 prop_dictionary_t prop_dict;
4871 prop_dict = prop_dictionary_internalize(buf);
4872 if (prop_dict == NULL)
4874 if (!prop_dictionary_get_data(prop_dict, "private_key",
4900 prop_dictionary_t prop_dict;
4908 prop_dict = prop_dictionary_internalize(buf);
4909 if (prop_dict == NULL)
4911 if (!prop_dictionary_get_uint16(prop_dict, "listen_port", &port))
4925 prop_dictionary_t prop_dict;
4933 prop_dict = prop_dictionary_internalize(buf);
4934 if (prop_dict == NULL)
4937 error = wg_handle_prop_peer(wg, prop_dict, &wgp);
4975 prop_dictionary_t prop_dict;
4983 prop_dict = prop_dictionary_internalize(buf);
4984 if (prop_dict == NULL)
4987 if (!prop_dictionary_get_string(prop_dict, "name", &name))
5013 prop_dictionary_t prop_dict;
5019 prop_dict = prop_dictionary_create();
5020 if (prop_dict == NULL)
5024 if (!prop_dictionary_set_data(prop_dict, "private_key",
5030 if (!prop_dictionary_set_uint16(prop_dict, "listen_port",
5158 prop_dictionary_set(prop_dict, "peers", peers);
5163 buf = prop_dictionary_externalize(prop_dict);
5176 if (prop_dict != NULL)
5177 prop_object_release(prop_dict);