source: trunk/minix/servers/inet/generic/icmp_lib.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 590 bytes
Line 
1/*
2icmp_lib.h
3
4Created Sept 30, 1991 by Philip Homburg
5
6Copyright 1995 Philip Homburg
7*/
8
9#ifndef ICMP_LIB_H
10#define ICMP_LIB_H
11
12/* Prototypes */
13
14void icmp_snd_parmproblem ARGS(( acc_t *pack ));
15void icmp_snd_time_exceeded ARGS(( int port_nr, acc_t *pack, int code ));
16void icmp_snd_unreachable ARGS(( int port_nr, acc_t *pack, int code ));
17void icmp_snd_redirect ARGS(( int port_nr, acc_t *pack, int code,
18 ipaddr_t gw ));
19void icmp_snd_mtu ARGS(( int port_nr, acc_t *pack, U16_t mtu ));
20
21#endif /* ICMP_LIB_H */
22
23/*
24 * $PchId: icmp_lib.h,v 1.6 2002/06/08 21:32:44 philip Exp $
25 */
Note: See TracBrowser for help on using the repository browser.