Searched refs:netif_set_gw (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dnetif.h229 void netif_set_gw(struct netif *netif, struct ip_addr *gw);
/barrelfish-master/lib/netd/
H A Dlwipinit.c213 netif_set_gw(state->netif_ptr, &gw);
/barrelfish-master/lib/lwip/src/core/
H A Dnetif.c174 netif_set_gw(netif, gw);
323 void netif_set_gw(struct netif *netif, struct ip_addr *gw) function
H A Ddhcp.c178 netif_set_gw(netif, IP_ADDR_ANY);
1043 netif_set_gw(netif, &gw_addr);
1259 netif_set_gw(netif, IP_ADDR_ANY);
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dautoip.c227 netif_set_gw(netif, &gw_addr);
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h381 void netif_set_gw(struct netif *netif, const ip4_addr_t *gw);
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c361 netif_set_gw(netif, gw);
364 netif_set_gw(netif, gw);
558 netif_set_gw(struct netif *netif, const ip4_addr_t *gw) function

Completed in 97 milliseconds