summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 18:15:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 18:15:59 -0600
commit8299f4051ce03e4c56c08c93a81af0c36e24a2f0 (patch)
tree6f9e76e5f1a9d6fedd60e7d9a6b16728a22ebcde /apps/nshlib
parentc10a6f9414be8cf967d5486608779c28eecc27f8 (diff)
downloadnuttx-8299f4051ce03e4c56c08c93a81af0c36e24a2f0.tar.gz
nuttx-8299f4051ce03e4c56c08c93a81af0c36e24a2f0.tar.bz2
nuttx-8299f4051ce03e4c56c08c93a81af0c36e24a2f0.zip
NET: Rename uip_ping to icmp_ping
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_netcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index 83bd56c76..53efb26e4 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -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.