This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbtask/ping.h
2003-11-30 19:13:29 +00:00

17 lines
226 B
C

#ifndef _PING_H
#define _PING_H
/* $Id$ */
/*
* Defines.
*/
#define ICMP_BASEHDR_LEN 8
#define ICMP_MAX_ERRS 5
#define SET_SOCKA_LEN4(socka)
void init_pingsocket(void);
void *ping_thread(void);
#endif