Home
last modified time | relevance | path

Searched refs:netif_set_gw (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dnetif.h277 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
/lib/liblwip/src/core/
Dnetif.c226 netif_set_gw(netif, gw); in netif_set_addr()
388 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw() function
Ddhcp.c206 netif_set_gw(netif, IP_ADDR_ANY); in dhcp_handle_nak()
1009 netif_set_gw(netif, &gw_addr); in dhcp_bind()
1208 netif_set_gw(netif, IP_ADDR_ANY); in dhcp_release()
/lib/liblwip/src/core/ipv4/
Dautoip.c271 netif_set_gw(netif, &gw_addr); in autoip_bind()