Searched defs:netif_set_ipaddr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c114 netif_set_ipaddr(netif, ipaddr);
175 netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr) function
187 LWIP_DEBUGF(NETIF_DEBUG | 1, ("netif_set_ipaddr: netif address being changed\n"));
194 LWIP_DEBUGF(NETIF_DEBUG | 1, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c283 netif_set_ipaddr(netif, ipaddr);
386 netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr) function
397 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n"));
409 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h188 #define netif_set_ipaddr lwip_netif_set_ipaddr macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h87 #define netif_set_ipaddr lwip_netif_set_ipaddr macro

Completed in 54 milliseconds