| Rev | Line | |
|---|
| [9] | 1 | /*
|
|---|
| 2 | icmp_lib.h
|
|---|
| 3 |
|
|---|
| 4 | Created Sept 30, 1991 by Philip Homburg
|
|---|
| 5 |
|
|---|
| 6 | Copyright 1995 Philip Homburg
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 | #ifndef ICMP_LIB_H
|
|---|
| 10 | #define ICMP_LIB_H
|
|---|
| 11 |
|
|---|
| 12 | /* Prototypes */
|
|---|
| 13 |
|
|---|
| 14 | void icmp_snd_parmproblem ARGS(( acc_t *pack ));
|
|---|
| 15 | void icmp_snd_time_exceeded ARGS(( int port_nr, acc_t *pack, int code ));
|
|---|
| 16 | void icmp_snd_unreachable ARGS(( int port_nr, acc_t *pack, int code ));
|
|---|
| 17 | void icmp_snd_redirect ARGS(( int port_nr, acc_t *pack, int code,
|
|---|
| 18 | ipaddr_t gw ));
|
|---|
| 19 | void 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.