Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/tftp/src/
Dmain.c43 static int tcpip_init_finish = 1; variable
94 if (!tcpip_init_finish) { in osShellTftp()
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
Dlwip_ifaddrs.c64 static int tcpip_init_finish = 1; variable
273 if (!tcpip_init_finish) { in lwip_getifaddrs()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Dapi_shell.c85 extern volatile int tcpip_init_finish;
752 if (!tcpip_init_finish) {
1401 if (!tcpip_init_finish) {
1847 if (!tcpip_init_finish) {
1993 if (!tcpip_init_finish) {
2155 if (!tcpip_init_finish) {
2644 if (!tcpip_init_finish) {
2689 if (tcpip_init_finish == 0) {
3385 if (tcpip_init_finish == 0) {
3524 if (tcpip_init_finish == 0) {
[all …]
Dfixme.c415 volatile int tcpip_init_finish = 1; // needed by api_shell.c variable