Searched defs:route_str (Results 1 - 1 of 1) sorted by relevance

/systemd/src/network/
H A Dnetworkd-link.c2335 _cleanup_free_ char *route_str = NULL; local
2343 r = extract_first_word(&p, &route_str, NULL, 0);
2351 prefixlen_str = strchr(route_str, '/');
2353 log_link_debug(link, "Failed to parse route %s", route_str);
2367 r = in_addr_from_string_auto(route_str, &family, &route_dst);
2369 log_link_debug_errno(link, r, "Failed to parse route destination %s: %m", route_str);
2876 _cleanup_free_ char *route_str = NULL; local
2878 r = in_addr_to_string(route->family, &route->dst, &route_str);
2882 fprintf(f, "%s%s/%hhu/%hhu/%"PRIu32"/%hhu/"USEC_FMT, space ? " " : "", route_str,

Completed in 18 milliseconds