Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0031001 /*
0031002 icmp.h
0031003 
0031004 Copyright 1995 Philip Homburg
0031005 */
0031006 
0031007 #ifndef ICMP_H
0031008 #define ICMP_H
0031009 
0031010 #define ICMP_MAX_DATAGRAM       8196
0031011 #define ICMP_DEF_TTL              60
0031012 
0031013 /* Prototypes */
0031014 
0031015 void icmp_prep ARGS(( void ));
0031016 void icmp_init ARGS(( void ));
0031017 
0031018 
0031019 #endif /* ICMP_H */
0031020 
0031021 /*
0031022  * $PchId: icmp.h,v 1.4 1995/11/21 06:45:27 philip Exp $
0031023  */