Searched refs:open_json_array (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/include/ |
D | json_print.h | 41 void open_json_array(enum output_type type, const char *delim);
|
/external/iproute2/ip/ |
D | iplink_vlan.c | 176 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()
|
D | iplink_can.c | 92 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()
|
D | iplink_macvlan.c | 233 open_json_array(PRINT_JSON, "macaddr_data"); in macvlan_print_opt()
|
D | ipaddress.c | 88 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()
|
D | iplink_bond.c | 438 open_json_array(PRINT_JSON, "arp_ip_target"); in bond_print_opt()
|
/external/iproute2/lib/ |
D | json_print.c | 74 void open_json_array(enum output_type type, const char *str) in open_json_array() function
|