Home | History | Annotate | Download | only in net

Lines Matching defs:prop_peer

5047 		prop_dictionary_t prop_peer;
5052 prop_peer = prop_dictionary_create();
5053 if (prop_peer == NULL)
5057 if (!prop_dictionary_set_string(prop_peer, "name",
5062 if (!prop_dictionary_set_data(prop_peer, "public_key",
5070 if (!prop_dictionary_set_data(prop_peer,
5080 !prop_dictionary_set_data(prop_peer, "endpoint",
5090 if (!prop_dictionary_set_uint64(prop_peer,
5093 if (!prop_dictionary_set_uint32(prop_peer,
5142 prop_dictionary_set(prop_peer, "allowedips", allowedips);
5147 prop_array_set(peers, i, prop_peer);
5149 if (prop_peer)
5150 prop_object_release(prop_peer);