Searched refs:netif_set_ipaddr (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | netif.h | 158 void netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 114 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 D | dhcp.c | 812 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 D | lwipopts.h | 188 #define netif_set_ipaddr lwip_netif_set_ipaddr macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netif.h | 326 void netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr);
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 87 #define netif_set_ipaddr lwip_netif_set_ipaddr macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | netif.c | 283 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 D | dhcp.c | 205 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 D | autoip.c | 269 netif_set_ipaddr(netif, &autoip->llipaddr);
|
Completed in 75 milliseconds