Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dnetif.c227 netif_set_gw(netif, gw); in netif_set_addr()
384 netif_set_gw(struct netif *netif, ip_addr_t *gw) in netif_set_gw() function
Ddhcp.c192 netif_set_gw(netif, IP_ADDR_ANY); in dhcp_handle_nak()
1000 netif_set_gw(netif, &gw_addr); in dhcp_bind()
1218 netif_set_gw(netif, IP_ADDR_ANY); in dhcp_release()
/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h273 void netif_set_gw(struct netif *netif, ip_addr_t *gw);
/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c279 netif_set_gw(netif, &gw_addr); in autoip_bind()