Home
last modified time | relevance | path

Searched refs:jsonw_new (Results 1 – 11 of 11) sorted by relevance

/external/iproute2/lib/
Djson_writer.c97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
304 json_writer_t *wr = jsonw_new(stdout); in main()
Djson_print.c26 _jw = jsonw_new(stdout); in new_json_obj()
/external/iproute2/include/
Djson_writer.h25 json_writer_t *jsonw_new(FILE *f);
/external/iproute2/rdma/
Drdma.c52 rd->jw = jsonw_new(stdout); in rd_init()
/external/iproute2/misc/
Difstat.c308 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_raw_db()
518 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()
549 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
Dnstat.c298 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_kern_db()
345 json_writer_t *jw = json_output ? jsonw_new(fp) : NULL; in dump_incr_db()
Dlnstat.c113 json_writer_t *jw = jsonw_new(of); in print_json()
/external/iproute2/bridge/
Dvlan.c352 jw_global = jsonw_new(stdout); in vlan_show()
Dmdb.c336 jw_global = jsonw_new(stdout); in mdb_show()
Dfdb.c383 jw_global = jsonw_new(stdout); in fdb_show()
/external/iproute2/devlink/
Ddevlink.c3855 dl->jw = jsonw_new(stdout); in dl_init()