Home
last modified time | relevance | path

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

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c158 u32_t pingcount; member
1990 s32_t pingcount; local
2004 pingcount = atoi(argv[1]);
2005 if (pingcount < 1)
2006 pingcount = LWIP_SHELL_CMD_PING_RETRY_TIMES;
2008 pingcount = LWIP_SHELL_CMD_PING_RETRY_TIMES;
2010 PRINTK("ping %u packets start.\n", pingcount);
2040 for (i = 0; i < pingcount; i++) {
2224 for (nsent = 0; nsent < ping6_params.pingcount; nsent++) {
2329 if ((iecho_resp->seqno != icmpv6_seq) && (nsent < ping6_params.pingcount)) {
2449 int pingcount; global() local
[all...]

Completed in 4 milliseconds