Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-routing-policy-rule.c168 siphash24_compress(&rule->to_prefixlen, sizeof(rule->to_prefixlen), state); in routing_policy_rule_hash_func()
215 r = CMP(a->to_prefixlen, b->to_prefixlen); in routing_policy_rule_compare_func()
431 (void) in_addr_prefix_to_string(rule->family, &rule->to, rule->to_prefixlen, &to); in log_routing_policy_rule_debug()
459 if (rule->to_prefixlen > 0) { in routing_policy_rule_set_netlink_message()
464 … r = sd_rtnl_message_routing_policy_rule_set_fib_dst_prefixlen(m, rule->to_prefixlen); in routing_policy_rule_set_netlink_message()
938 … r = sd_rtnl_message_routing_policy_rule_get_fib_dst_prefixlen(message, &tmp->to_prefixlen); in manager_rtnl_process_rule()
1327 prefixlen = &n->to_prefixlen; in config_parse_routing_policy_rule_prefix()
Dnetworkd-routing-policy-rule.h30 uint8_t to_prefixlen; member
Dnetworkd-json.c390 … "ToPrefixLength", JSON_BUILD_UNSIGNED(rule->to_prefixlen)), in routing_policy_rule_build_json()