Searched refs:jw_global (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/bridge/ |
D | mdb.c | 29 json_writer_t *jw_global; variable 56 if (jw_global) { in __print_router_port_stats() 62 jsonw_string_field(jw_global, "timer", formatted_time); in __print_router_port_stats() 70 if (jw_global) in __print_router_port_stats() 71 jsonw_string_field(jw_global, "type", in __print_router_port_stats() 86 if (jw_global) { in br_print_router_ports() 87 jsonw_name(jw_global, ll_index_to_name(brifidx)); in br_print_router_ports() 88 jsonw_start_array(jw_global); in br_print_router_ports() 91 jsonw_start_object(jw_global); in br_print_router_ports() 92 jsonw_string_field(jw_global, in br_print_router_ports() [all …]
|
D | fdb.c | 34 json_writer_t *jw_global; variable 89 jsonw_name(jw_global, "flags"); in start_json_fdb_flags_array() 90 jsonw_start_array(jw_global); in start_json_fdb_flags_array() 134 if (jw_global) { in print_fdb() 135 jsonw_pretty(jw_global, 1); in print_fdb() 136 jsonw_start_object(jw_global); in print_fdb() 140 if (jw_global) in print_fdb() 141 jsonw_string_field(jw_global, "opCode", "deleted"); in print_fdb() 152 if (jw_global) in print_fdb() 153 jsonw_string_field(jw_global, "mac", b1); in print_fdb() [all …]
|
D | vlan.c | 20 json_writer_t *jw_global; variable 164 if (jw_global) { in print_vlan_port() 165 jsonw_pretty(jw_global, 1); in print_vlan_port() 166 jsonw_name(jw_global, in print_vlan_port() 168 jsonw_start_array(jw_global); in print_vlan_port() 179 jsonw_name(jw_global, "flags"); in start_json_vlan_flags_array() 180 jsonw_start_array(jw_global); in start_json_vlan_flags_array() 215 if (!filter_vlan && !jw_global) in print_vlan() 223 if (jw_global) in print_vlan() 224 jsonw_end_array(jw_global); in print_vlan() [all …]
|