Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.c21 _cleanup_free_ char *s4 = NULL, *s6 = NULL; in routes_max() local
32 if (sysctl_read_ip_property(AF_INET6, NULL, "route/max_size", &s6) >= 0) in routes_max()
33 (void) safe_atou(s6, &val6); in routes_max()