Home
last modified time | relevance | path

Searched refs:open_json_array (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Diplink_can.c92 open_json_array(PRINT_ANY, is_json_context() ? "ctrlmode" : "<"); in print_ctrlmode()
389 open_json_array(PRINT_JSON, "bitrate_const"); in can_print_opt()
492 open_json_array(PRINT_JSON, "data_bitrate_const"); in can_print_opt()
524 open_json_array(PRINT_JSON, "termination_const"); in can_print_opt()
Diplink_vlan.c176 open_json_array(PRINT_JSON, name_json); in vlan_print_map()
199 open_json_array(PRINT_ANY, is_json_context() ? "flags" : "<"); in vlan_print_flags()
Diplink_macvlan.c233 open_json_array(PRINT_JSON, "macaddr_data"); in macvlan_print_opt()
Dipaddress.c88 open_json_array(PRINT_ANY, is_json_context() ? "flags" : "<"); in print_link_flags()
379 open_json_array(PRINT_JSON, "vlan_list"); in print_vfinfo()
1329 open_json_array(PRINT_JSON, "vfinfo_list"); in print_linkinfo()
1690 open_json_array(PRINT_JSON, "addr_info"); in print_selected_addrinfo()
1820 open_json_array(PRINT_JSON, "addr_info"); in ipaddr_showdump()
Diplink_bond.c438 open_json_array(PRINT_JSON, "arp_ip_target"); in bond_print_opt()
/external/iproute2/include/
Djson_print.h41 void open_json_array(enum output_type type, const char *delim);
/external/iproute2/lib/
Djson_print.c74 void open_json_array(enum output_type type, const char *str) in open_json_array() function