Searched refs:useStaticIp (Results 1 – 4 of 4) sorted by relevance
28 .useStaticIp = 0,97 if (gEthLinkInfo.useStaticIp == 1) { in ethernet_thread_task()116 if (gEthLinkInfo.useStaticIp == 0) { in ethernet_thread_task()
43 unsigned char useStaticIp; member
62 .useStaticIp = 1,77 … 当需要使用静态IP时, 将useStaticIp设置成1,补充相应的IP参数,并使用set_ethernet_link_info()接口函数将参数注册,调用ethernet_enable()即可。
93 .useStaticIp = 1, in tcp_client_example()