wgconfig.c | 284 prop_array_t peers; local in function:cmd_show_all 303 prop_obj = prop_dictionary_get(prop_dict, "peers"); 307 errx(EXIT_FAILURE, "invalid peers"); 308 peers = prop_obj; 310 prop_object_iterator_t it = prop_array_iterator(peers); 349 prop_obj = prop_dictionary_get(prop_dict, "peers"); 353 errx(EXIT_FAILURE, "invalid peers"); 355 prop_array_t peers = prop_obj; local in function:cmd_show_peer 356 prop_object_iterator_t it = prop_array_iterator(peers);
|