Searched refs:prop_obj (Results 1 – 1 of 1) sorted by relevance
131 prop_object_t prop_obj; in handle_allowed_ips() local137 prop_obj = prop_dictionary_get(peer, "allowedips"); in handle_allowed_ips()138 if (prop_obj == NULL) in handle_allowed_ips()140 if (prop_object_type(prop_obj) != PROP_TYPE_ARRAY) in handle_allowed_ips()142 allowedips = prop_obj; in handle_allowed_ips()147 while ((prop_obj = prop_object_iterator_next(it)) != NULL) { in handle_allowed_ips()155 if (prop_object_type(prop_obj) != PROP_TYPE_DICTIONARY) { in handle_allowed_ips()159 allowedip = prop_obj; in handle_allowed_ips()243 prop_object_t prop_obj; in show_peer() local246 prop_obj = prop_dictionary_get(peer, "public_key"); in show_peer()[all …]