Searched defs:gateway (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/network/generator/ |
D | network-generator.c | 122 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
|
D | network-generator.h | 46 union in_addr_union dest, gateway; member
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-util.h | 21 RouteVia gateway; member
|
/systemd-251/src/shared/ |
D | local-addresses.c | 250 union in_addr_union gateway; in local_gateways() local
|
/systemd-251/src/network/ |
D | networkd-ndisc.c | 298 struct in6_addr gateway; in ndisc_router_process_default() local 594 struct in6_addr gateway, dst; in ndisc_router_process_route() local
|
D | networkctl.c | 910 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/ |
D | dhcp-server-internal.h | 40 be32_t gateway; member
|
D | sd-dhcp-server.c | 702 be32_t gateway, in server_send_forcerenew() 954 be32_t gateway, in prepare_new_lease()
|
D | sd-dhcp-lease.c | 1500 int sd_dhcp_route_get_gateway(sd_dhcp_route *route, struct in_addr *gateway) { in sd_dhcp_route_get_gateway()
|