Searched refs:netif_set_addr (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dnetif.h146 netif_set_addr(struct netif *netif,struct ip_addr *ipaddr, struct ip_addr *netmask,
/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/api/
H A Dnetifapi.c62 * 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 Dlwipopts.h184 #define netif_set_addr lwip_netif_set_addr macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetif.h314 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 Dlwip-namespace.h83 #define netif_set_addr lwip_netif_set_addr macro
/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

Completed in 260 milliseconds