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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dnetif.h158 void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
/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));
H A Ddhcp.c812 netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
977 netif_set_ipaddr(netif, IP_ADDR_ANY);
/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/src/include/lwip/
H A Dnetif.h326 void netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h87 #define netif_set_ipaddr lwip_netif_set_ipaddr macro
/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));
H A Ddhcp.c205 netif_set_ipaddr(netif, IP_ADDR_ANY);
1001 netif_set_ipaddr(netif, &dhcp->offered_ip_addr);
1208 netif_set_ipaddr(netif, IP_ADDR_ANY);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dautoip.c269 netif_set_ipaddr(netif, &autoip->llipaddr);

Completed in 46 milliseconds