Searched refs:net_if_ipv4_set_gw (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/shell/ |
D | ipv4.c | 239 net_if_ipv4_set_gw(iface, &addr); in cmd_net_ip_gateway()
|
/Zephyr-Core-3.7.0/subsys/net/lib/config/ |
D | init.c | 205 net_if_ipv4_set_gw(iface, &addr); in setup_ipv4()
|
/Zephyr-Core-3.7.0/tests/net/arp/src/ |
D | main.c | 349 net_if_ipv4_set_gw(iface, &gw); in ZTEST()
|
/Zephyr-Core-3.7.0/tests/net/ip-addr/src/ |
D | main.c | 477 net_if_ipv4_set_gw(iface, &gw); in ZTEST()
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/ |
D | qemu_setup.rst | 162 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
|
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 1051 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/ |
D | esp.c | 674 net_if_ipv4_set_gw(dev->net_iface, &dev->gw); in esp_ip_addr_work()
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | net_if.h | 2582 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw);
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | net_if.c | 4078 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/ |
D | hl7800.c | 2183 net_if_ipv4_set_gw(iface_ctx.iface, &iface_ctx.gateway); in on_cmd_atcmdinfo_ipaddr()
|