Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink_can.c517 __u16 *trm_const = RTA_DATA(tb[IFLA_CAN_TERMINATION_CONST]); in can_print_opt() local
519 sizeof(*trm_const); in can_print_opt()
526 print_hu(PRINT_JSON, NULL, NULL, trm_const[i]); in can_print_opt()
532 fprintf(f, "%hu, ", trm_const[i]); in can_print_opt()
534 fprintf(f, "%hu ]", trm_const[i]); in can_print_opt()