Searched refs:net_if_ipv4_set_gw (Results  1 – 13 of 13) sorted by relevance
| /Zephyr-latest/samples/net/wifi/apsta_mode/src/ | 
| D | main.c | 93 	net_if_ipv4_set_gw(ap_iface, &addr);  in enable_dhcpv4_server()
 | 
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | ipv4.c | 242 	net_if_ipv4_set_gw(iface, &addr);  in cmd_net_ip_gateway()
 | 
| /Zephyr-latest/subsys/net/lib/config/ | 
| D | init.c | 205 			net_if_ipv4_set_gw(iface, &addr);  in setup_ipv4()
 | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | eth_native_tap.c | 391 			net_if_ipv4_set_gw(iface, &addr);  in eth_iface_init()
 | 
| /Zephyr-latest/tests/net/arp/src/ | 
| D | main.c | 338 	net_if_ipv4_set_gw(iface, &gw);  in ZTEST()
 | 
| /Zephyr-latest/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-latest/doc/connectivity/networking/ | 
| D | qemu_setup.rst | 164 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
 | 
| /Zephyr-latest/tests/net/ip-addr/src/ | 
| D | main.c | 569 	net_if_ipv4_set_gw(iface, &gw);  in ZTEST()
 | 
| /Zephyr-latest/drivers/wifi/esp_at/ | 
| D | esp.c | 674 	net_if_ipv4_set_gw(dev->net_iface, &dev->gw);  in esp_ip_addr_work()
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | net_if.h | 2728 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw);
 | 
| /Zephyr-latest/drivers/wifi/nxp/ | 
| D | nxp_wifi_drv.c | 264 		net_if_ipv4_set_gw(g_uap.netif, &dhcps_addr4);  in nxp_wifi_wlan_event_callback()
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | net_if.c | 4169 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw)  in net_if_ipv4_set_gw()  function4196 	net_if_ipv4_set_gw(iface, gw);  in z_impl_net_if_ipv4_set_gw_by_index()
 
 | 
| /Zephyr-latest/drivers/modem/ | 
| D | hl7800.c | 2214 			net_if_ipv4_set_gw(iface_ctx.iface, &iface_ctx.gateway);  in on_cmd_atcmdinfo_ipaddr()
 |