1997-12-21 12:11:13 +00:00
|
|
|
/*-
|
1997-12-24 10:28:38 +00:00
|
|
|
* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
|
|
|
|
* who places it in the public domain without restriction.
|
1997-12-21 12:11:13 +00:00
|
|
|
*
|
1999-08-28 01:35:59 +00:00
|
|
|
* $FreeBSD$
|
1997-10-26 01:04:02 +00:00
|
|
|
*/
|
1997-05-23 05:34:15 +00:00
|
|
|
|
1998-05-21 21:49:08 +00:00
|
|
|
struct cmdargs;
|
|
|
|
|
1999-08-19 18:15:52 +00:00
|
|
|
extern int nat_RedirectPort(struct cmdargs const *);
|
|
|
|
extern int nat_RedirectAddr(struct cmdargs const *);
|
|
|
|
extern int nat_ProxyRule(struct cmdargs const *);
|
2000-03-31 14:26:23 +00:00
|
|
|
extern int nat_SetTarget(struct cmdargs const *);
|
1999-05-08 11:07:56 +00:00
|
|
|
|
1999-08-19 18:15:52 +00:00
|
|
|
extern struct layer natlayer;
|