Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ if
Function
if
components/net/netdev/src/netdev.c:1281–1287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1279
}
1280
#ifdef RT_LWIP_DHCP
1281
else if(argc == 3)
1282
{
1283
if (!strcmp(argv[2],
"dhcp"
))
1284
{
1285
netdev_dhcp_open(argv[1]);
1286
}
1287
}
1288
#endif
1289
else if (argc == 5)
1290
{
Callers
nothing calls this directly
Calls
3
netdev_dhcp_open
Function · 0.85
rt_kprintf
Function · 0.85
netdev_set_if
Function · 0.85
Tested by
no test coverage detected