Home
last modified time | relevance | path

Searched refs:PRINT_FP (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/ip/
Dipaddress.c133 print_0xhex(PRINT_FP, NULL, "state %#x", state); in print_operstate()
244 print_string(PRINT_FP, NULL, "%s", _SL_); in print_linktype()
273 print_string(PRINT_FP, NULL, "%s", _SL_); in print_linktype()
369 print_string(PRINT_FP, NULL, "%s ", _SL_); in print_vfinfo()
1003 print_string(PRINT_FP, NULL, "%-16s ", buf); in print_linkinfo_brief()
1025 print_string(PRINT_FP, NULL, "%s", "\n"); in print_linkinfo_brief()
1115 print_color_null(PRINT_FP, COLOR_IFNAME, in print_linkinfo()
1140 print_string(PRINT_FP, NULL, ": ", NULL); in print_linkinfo()
1189 print_string(PRINT_FP, NULL, "%s", _SL_); in print_linkinfo()
1206 print_string(PRINT_FP, NULL, " peer ", NULL); in print_linkinfo()
[all …]
Diplink_vlan.c177 print_string(PRINT_FP, NULL, "\n %s { ", name_fp); in vlan_print_map()
194 print_string(PRINT_FP, NULL, "%s ", "}"); in vlan_print_map()
Diplink_bond.c439 print_string(PRINT_FP, NULL, "arp_ip_target ", NULL); in bond_print_opt()
455 print_string(PRINT_FP, NULL, " ", NULL); in bond_print_opt()
Dlink_iptnl.c430 print_string(PRINT_FP, NULL, "ttl %s ", "inherit"); in iptunnel_print_opt()
503 print_string(PRINT_FP, NULL, "encap ", NULL); in iptunnel_print_opt()
Dlink_gre.c434 print_string(PRINT_FP, NULL, "ttl %s ", "inherit"); in gre_print_direct_opt()
525 print_string(PRINT_FP, NULL, "encap ", NULL); in gre_print_opt()
Diplink_bridge_slave.c233 print_string(PRINT_FP, in bridge_slave_print_opt()
Diplink_geneve.c278 print_string(PRINT_FP, in geneve_print_opt()
Dlink_ip6tnl.c480 print_string(PRINT_FP, NULL, "encap ", NULL); in ip6tunnel_print_opt()
Dlink_gre6.c566 print_string(PRINT_FP, NULL, "encap ", NULL); in gre_print_opt()
Diplink_vxlan.c504 print_bool(PRINT_FP, NULL, "nolearning ", true); in vxlan_print_opt()
/external/iproute2/include/
Djson_print.h27 PRINT_FP = 1, enumerator
/external/iproute2/lib/
Djson_print.c21 #define _IS_FP_CONTEXT(type) (!_jw && (type & PRINT_FP || type & PRINT_ANY))