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

0032001 /*
0032002 icmp_lib.h
0032003 
0032004 Created Sept 30, 1991 by Philip Homburg
0032005 
0032006 Copyright 1995 Philip Homburg
0032007 */
0032008 
0032009 #ifndef ICMP_LIB_H
0032010 #define ICMP_LIB_H
0032011 
0032012 /* Prototypes */
0032013 
0032014 void icmp_snd_parmproblem ARGS(( acc_t *pack ));
0032015 void icmp_snd_time_exceeded ARGS(( int port_nr, acc_t *pack, int code ));
0032016 void icmp_snd_unreachable ARGS(( int port_nr, acc_t *pack, int code ));
0032017 void icmp_snd_redirect ARGS(( int port_nr, acc_t *pack, int code,
0032018                                                  ipaddr_t gw ));
0032019 
0032020 #endif /* ICMP_LIB_H */
0032021 
0032022 /*
0032023  * $PchId: icmp_lib.h,v 1.5 1996/12/17 07:54:09 philip Exp $
0032024  */