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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c87 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/core/
H A Dnetif.c240 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
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h184 #define netif_set_addr lwip_netif_set_addr macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h83 #define netif_set_addr lwip_netif_set_addr macro

Completed in 37 milliseconds