Home
last modified time | relevance | path

Searched refs:iPortVal (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c3522 int reuse, iPortVal; local
3534 iPortVal = atoi(argv[0]);
3536 if (iPortVal <= 0 || iPortVal > 65535) {
3541 port = (uint16_t)iPortVal;
3599 int ret, iPortVal; local
3612 iPortVal = atoi(argv[0]);
3614 if (iPortVal <= 0 || iPortVal > 65535) {
3619 port = (uint16_t)iPortVal;
[all...]

Completed in 5 milliseconds