Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Dipv4.c239 net_if_ipv4_set_gw(iface, &addr); in cmd_net_ip_gateway()
/Zephyr-Core-3.7.0/subsys/net/lib/config/
Dinit.c205 net_if_ipv4_set_gw(iface, &addr); in setup_ipv4()
/Zephyr-Core-3.7.0/tests/net/arp/src/
Dmain.c349 net_if_ipv4_set_gw(iface, &gw); in ZTEST()
/Zephyr-Core-3.7.0/tests/net/ip-addr/src/
Dmain.c477 net_if_ipv4_set_gw(iface, &gw); in ZTEST()
/Zephyr-Core-3.7.0/doc/connectivity/networking/
Dqemu_setup.rst162 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv4/
Ddhcpv4.c1051 net_if_ipv4_set_gw(iface, &router); in dhcpv4_parse_options()
1310 net_if_ipv4_set_gw(iface, &any); in dhcpv4_parse_options()
/Zephyr-Core-3.7.0/drivers/wifi/esp_at/
Desp.c674 net_if_ipv4_set_gw(dev->net_iface, &dev->gw); in esp_ip_addr_work()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_if.h2582 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw);
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_if.c4078 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw) in net_if_ipv4_set_gw() function
4105 net_if_ipv4_set_gw(iface, gw); in z_impl_net_if_ipv4_set_gw_by_index()
/Zephyr-Core-3.7.0/drivers/modem/
Dhl7800.c2183 net_if_ipv4_set_gw(iface_ctx.iface, &iface_ctx.gateway); in on_cmd_atcmdinfo_ipaddr()