Home
last modified time | relevance | path

Searched refs:jsonw_string (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/bridge/
Dfdb.c258 jsonw_string(jw_global, "self"); in print_fdb()
262 jsonw_string(jw_global, "router"); in print_fdb()
266 jsonw_string(jw_global, "extern_learn"); in print_fdb()
270 jsonw_string(jw_global, "offload"); in print_fdb()
273 jsonw_string(jw_global, "master"); in print_fdb()
Dvlan.c453 jsonw_string(jw_global, "PVID"); in print_vlan_info()
461 jsonw_string(jw_global, in print_vlan_info()
Dmdb.c163 jsonw_string(jw_global, "offload"); in print_mdb_entry()
/external/iproute2/lib/
Djson_writer.c191 void jsonw_string(json_writer_t *self, const char *value) in jsonw_string() function
243 jsonw_string(self, val); in jsonw_string_field()
317 jsonw_string(wr, *++argv); in main()
Djson_print.c135 jsonw_string(_jw, value); in print_color_string()
196 jsonw_string(_jw, b1); in print_color_hex()
/external/iproute2/include/
Djson_writer.h37 void jsonw_string(json_writer_t *self, const char *value);
/external/iproute2/rdma/
Ddev.c88 jsonw_string(rd->jw, dev_caps_to_str(idx)); in dev_print_caps()
Dlink.c78 jsonw_string(rd->jw, caps_to_str(idx)); in link_print_caps()