Home | History | Annotate | Download | only in wgconfig

Lines Matching defs:allowedips

132 	prop_array_t allowedips;
137 prop_obj = prop_dictionary_get(peer, "allowedips");
141 errx(EXIT_FAILURE, "invalid allowedips");
142 allowedips = prop_obj;
146 it = prop_array_iterator(allowedips);
580 prop_array_t allowedips;
588 allowedips = prop_array_create();
589 if (allowedips == NULL)
651 prop_array_set(allowedips, i, prop_allowedip);
653 prop_dictionary_set(prop_dict, "allowedips", allowedips);
654 prop_object_release(allowedips);