Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink_bond.c431 struct rtattr *iptb[BOND_MAX_ARP_TARGETS + 1]; in bond_print_opt() local
434 parse_rtattr_nested(iptb, BOND_MAX_ARP_TARGETS, in bond_print_opt()
437 if (iptb[0]) { in bond_print_opt()
443 if (iptb[i]) in bond_print_opt()
447 rt_addr_n2a_rta(AF_INET, iptb[i])); in bond_print_opt()
450 && iptb[i+1]) in bond_print_opt()
454 if (iptb[0]) { in bond_print_opt()