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

/barrelfish-master/lib/net/
H A Ddhcp.c177 struct in_addr ipaddr, netmask, gateway; local
180 gateway.s_addr = (uint32_t)gw;
184 debug_printf("Got current GW set: %s\n", inet_ntoa(gateway));
227 struct in_addr ipaddr, netmask, gateway; local
230 gateway.s_addr = (uint32_t)gw;
233 debug_printf("Got static GW set: %s\n", inet_ntoa(gateway));
236 err = netif_set_ipconfig(&ipaddr, &gateway, &netmask);
250 * @param gw returns the gateway

Completed in 28 milliseconds