Home
last modified time | relevance | path

Searched refs:gw_address (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_ptp_client.c259 ULONG gw_address; in dhcp_wait() local
274 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()