Searched defs:gw (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/network/ |
D | networkd-dhcp4.c | 292 static int dhcp4_request_route_to_gateway(Link *link, const struct in_addr *gw) { in dhcp4_request_route_to_gateway() 320 const struct in_addr *gw) { in dhcp4_request_route_auto() 484 struct in_addr gw; in dhcp4_request_static_routes() local 521 static int dhcp4_request_gateway(Link *link, struct in_addr *gw) { in dhcp4_request_gateway() 582 static int dhcp4_request_semi_static_routes(Link *link, const struct in_addr *gw) { in dhcp4_request_semi_static_routes() 625 const struct in_addr *gw) { in dhcp4_request_routes_to_servers() 656 static int dhcp4_request_routes_to_dns(Link *link, const struct in_addr *gw) { in dhcp4_request_routes_to_dns() 678 static int dhcp4_request_routes_to_ntp(Link *link, const struct in_addr *gw) { in dhcp4_request_routes_to_ntp() 701 struct in_addr gw = {}; in dhcp4_request_routes() local
|
D | networkd-route-util.c | 40 static Route *link_find_default_gateway(Link *link, int family, Route *gw) { in link_find_default_gateway() 75 Route *gw = NULL; in manager_find_uplink() local 105 bool gateway_is_ready(Link *link, bool onlink, int family, const union in_addr_union *gw) { in gateway_is_ready()
|
D | networkd-nexthop.h | 33 union in_addr_union gw; member
|
D | networkd-route.h | 65 union in_addr_union gw; member
|
D | networkd-nexthop.c | 349 _cleanup_free_ char *state = NULL, *gw = NULL, *group = NULL, *flags = NULL; in log_nexthop_debug() local
|
D | networkd-route.c | 549 const char *gw = NULL; in log_route_debug() local
|
D | networkctl.c | 934 union in_addr_union gw = IN_ADDR_NULL; in get_gateway_description() local
|
/systemd-251/src/libsystemd-network/ |
D | network-internal.c | 147 struct in_addr dest, gw; in serialize_dhcp_routes() local
|
D | sd-dhcp-lease.c | 494 struct in_addr dst, gw; in lease_parse_static_routes() local 535 struct in_addr dst = {}, gw; in lease_parse_classless_routes() local
|