mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-02 23:23:05 +00:00
NET: Rename uip_ping to icmp_ping
This commit is contained in:
parent
b416696205
commit
f4f30498f8
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ int cmd_ping(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
/* Send the ECHO request and wait for the response */
|
||||
|
||||
next = clock_systimer();
|
||||
seqno = uip_ping(ipaddr, id, i, DEFAULT_PING_DATALEN, maxwait);
|
||||
seqno = icmp_ping(ipaddr, id, i, DEFAULT_PING_DATALEN, maxwait);
|
||||
|
||||
/* Was any response returned? We can tell if a non-negative sequence
|
||||
* number was returned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue