hush/networking
Matt Kraai 369da77d5e 2002-01-30 Neal H Walfield <neal@cs.uml.edu>
* networking/ping.c (hostname): Removed.

        [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . .
        [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here.
        Use H->h_name, not hostname.
        [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into
        hostname.
        Use H->h_name directly.

        [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable.
        [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor
        of the now obsolete hostname global variable.
        [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise.
        No need to copy H; use hostent instead.

        [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived,
        nrepeats, pingcount, myid, options, tmax, tsum): Removed
        superfluous zero initializers.
2002-02-01 16:54:00 +00:00
..
config.in
hostname.c
ifconfig.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
Makefile
nc.c
netstat.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
nslookup.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
ping.c 2002-01-30 Neal H Walfield <neal@cs.uml.edu> 2002-02-01 16:54:00 +00:00
route.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
telnet.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
tftp.c
traceroute.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
wget.c