Lines Matching defs:allowedips
145 * - It has a list of IP addresses and sub networks called allowedips
4736 prop_array_t allowedips;
4738 allowedips = prop_dictionary_get(peer, "allowedips");
4739 if (allowedips == NULL)
4742 prop_object_iterator_t _it = prop_array_iterator(allowedips);
5100 prop_array_t allowedips = prop_array_create();
5101 if (allowedips == NULL)
5138 prop_array_set(allowedips, j, prop_allowedip);
5142 prop_dictionary_set(prop_peer, "allowedips", allowedips);
5143 prop_object_release(allowedips);