Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_auto_ip.c27 NX_AUTO_IP auto_ip_1; variable
128 status += nx_auto_ip_create(&auto_ip_1, "AutoIP 1", &ip_1, pointer, 4096, 1); in tx_application_define()
137 status += nx_auto_ip_start(&auto_ip_1, 0 /*IP_ADDRESS(169,254,254,255)*/); in tx_application_define()
145 status += nx_ip_address_change_notify(&ip_1, ip_address_changed, (void *) &auto_ip_1); in tx_application_define()