Home
last modified time | relevance | path

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

/device/board/talkweb/niobe407/liteos_m/lwip_adapter/src/
Dapp_ethernet.c28 .useStaticIp = 0,
97 if (gEthLinkInfo.useStaticIp == 1) { in ethernet_thread_task()
116 if (gEthLinkInfo.useStaticIp == 0) { in ethernet_thread_task()
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/include/
Dapp_ethernet.h43 unsigned char useStaticIp; member
/device/board/talkweb/niobe407/applications/301_network_tcpclient/
DREADME_zh.md62 .useStaticIp = 1,
77 … 当需要使用静态IP时, 将useStaticIp设置成1,补充相应的IP参数,并使用set_ethernet_link_info()接口函数将参数注册,调用ethernet_enable()即可。
Dtcp_client.c93 .useStaticIp = 1, in tcp_client_example()