Lines Matching refs:ip_0
21 static NX_IP ip_0; variable
114 status = nx_ip_create(&ip_0, in tx_application_define()
129 status = nx_arp_enable(&ip_0, (void *)arp_space_area, sizeof(arp_space_area)); in tx_application_define()
136 status = nx_tcp_enable(&ip_0); in tx_application_define()
143 status = nx_udp_enable(&ip_0); in tx_application_define()
150 status = nx_icmp_enable(&ip_0); in tx_application_define()
175 nx_ptp_client_create(&ptp_client, &ip_0, 0, &pool_0, in thread_0_entry()
244 nx_dhcp_create(&dhcp_client, &ip_0, "dhcp_client"); in dhcp_wait()
250 nx_ip_status_check(&ip_0, NX_IP_ADDRESS_RESOLVED, &actual_status, NX_WAIT_FOREVER); in dhcp_wait()
253 nx_ip_address_get(&ip_0, &ip_address, &network_mask); in dhcp_wait()
254 nx_ip_gateway_address_get(&ip_0, &gw_address); in dhcp_wait()