Home
last modified time | relevance | path

Searched defs:gateway (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/network/generator/
Dnetwork-generator.c122 union in_addr_union *dest, union in_addr_union *gateway, Route **ret) { in route_new()
402 union in_addr_union *dest, union in_addr_union *gateway) { in network_set_route()
592 union in_addr_union addr = {}, peer = {}, gateway = {}; in parse_cmdline_ip_address() local
739 union in_addr_union addr = {}, gateway = {}; in parse_cmdline_rd_route() local
1109 _cleanup_free_ char *dest = NULL, *gateway = NULL; in route_dump() local
Dnetwork-generator.h46 union in_addr_union dest, gateway; member
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-util.h21 RouteVia gateway; member
/systemd-251/src/shared/
Dlocal-addresses.c250 union in_addr_union gateway; in local_gateways() local
/systemd-251/src/network/
Dnetworkd-ndisc.c298 struct in6_addr gateway; in ndisc_router_process_default() local
594 struct in6_addr gateway, dst; in ndisc_router_process_route() local
Dnetworkctl.c910 union in_addr_union *gateway, in get_gateway_description()
1043 _cleanup_free_ char *gateway = NULL, *description = NULL; in dump_gateways() local
/systemd-251/src/libsystemd-network/
Ddhcp-server-internal.h40 be32_t gateway; member
Dsd-dhcp-server.c702 be32_t gateway, in server_send_forcerenew()
954 be32_t gateway, in prepare_new_lease()
Dsd-dhcp-lease.c1500 int sd_dhcp_route_get_gateway(sd_dhcp_route *route, struct in_addr *gateway) { in sd_dhcp_route_get_gateway()