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

/barrelfish-master/include/lwip/lwip/
H A Dnetif.h227 void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
/barrelfish-master/lib/netd/
H A Dlwipinit.c212 netif_set_ipaddr(state->netif_ptr, &ipaddr);
/barrelfish-master/lib/lwip/src/core/
H A Dnetif.c172 netif_set_ipaddr(netif, ipaddr);
260 void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr) function
272 ("netif_set_ipaddr: netif address being changed\n"));
281 ("netif_set_ipaddr: aborting TCP pcb %p\n",
H A Ddhcp.c177 netif_set_ipaddr(netif, IP_ADDR_ANY);
1037 netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
1258 netif_set_ipaddr(netif, IP_ADDR_ANY);
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dautoip.c225 netif_set_ipaddr(netif, &autoip->llipaddr);
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h379 void netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr);
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c359 netif_set_ipaddr(netif, ipaddr);
366 netif_set_ipaddr(netif, ipaddr);
508 netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr) function
516 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n"));

Completed in 47 milliseconds