Searched refs:can_termination (Results 1 – 3 of 3) sorted by relevance
122 … log_link_debug(link, "Setting can-termination to '%u'.", link->network->can_termination); in can_set_netlink_message()124 … r = sd_netlink_message_append_u16(m, IFLA_CAN_TERMINATION, link->network->can_termination); in can_set_netlink_message()326 r = safe_atou16(rvalue, &network->can_termination); in config_parse_can_termination()335 network->can_termination = r ? CAN_TERMINATION_DEFAULT_OHM_VALUE : 0; in config_parse_can_termination()
280 uint16_t can_termination; member
486 .can_termination = -1, in network_load_one()