Searched refs:gw_alloc (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/network/ |
D | networkd-route.c | 547 … _cleanup_free_ char *state = NULL, *dst = NULL, *src = NULL, *gw_alloc = NULL, *prefsrc = NULL, in log_route_debug() local 566 (void) in_addr_to_string(route->gw_family, &route->gw, &gw_alloc); in log_route_debug() 567 gw = gw_alloc; in log_route_debug() 581 (void) strextend_with_separator(&gw_alloc, ",", strna(buf)); in log_route_debug() 583 (void) strextend(&gw_alloc, "@", m->ifname); in log_route_debug() 585 (void) strextendf(&gw_alloc, "@%"PRIu32, m->ifindex); in log_route_debug() 587 (void) strextendf(&gw_alloc, ":%"PRIu32, m->weight + 1); in log_route_debug() 589 gw = gw_alloc; in log_route_debug()
|