From 8299f4051ce03e4c56c08c93a81af0c36e24a2f0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Jun 2014 18:15:59 -0600 Subject: NET: Rename uip_ping to icmp_ping --- apps/nshlib/nsh_netcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/nshlib') 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. -- cgit v1.2.3