Searched refs:netif_set_addr (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | netif.h | 146 netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 87 netif_set_addr(netif, ipaddr, netmask, gw); 111 netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask, function
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netifapi.c | 62 * Call netif_set_addr() inside the tcpip_thread context. 67 netif_set_addr( msg->netif, 120 * Call netif_set_addr() in a thread-safe way by running that function inside the 123 * @note for params @see netif_set_addr()
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 184 #define netif_set_addr lwip_netif_set_addr macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netif.h | 314 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 83 #define netif_set_addr lwip_netif_set_addr macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | netif.c | 240 netif_set_addr(netif, ipaddr, netmask, gw); 280 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, function 382 * @note call netif_set_addr() if you also want to change netmask and 448 * @note call netif_set_addr() if you also want to change ip address and netmask 468 * @note call netif_set_addr() if you also want to change ip address and
|
Completed in 54 milliseconds