Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dnetif.h277 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
/lk-master/external/lib/lwip/core/
A 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
A 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()
/lk-master/external/lib/lwip/core/ipv4/
A Dautoip.c271 netif_set_gw(netif, &gw_addr); in autoip_bind()

Completed in 8 milliseconds