Searched refs:gw_address (Results 1 – 1 of 1) sorted by relevance
259 ULONG gw_address; in dhcp_wait() local274 nx_ip_gateway_address_get(&ip_0, &gw_address); in dhcp_wait()286 (INT)(gw_address >> 24), in dhcp_wait()287 (INT)(gw_address >> 16 & 0xFF), in dhcp_wait()288 (INT)(gw_address >> 8 & 0xFF), in dhcp_wait()289 (INT)(gw_address & 0xFF)); in dhcp_wait()