pinger
static void pinger(void);
pinger(); /* send the first ping */
pinger();
pinger();
if (pinger() == 0)
int pinger(void);
pinger();
pinger();