summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/nat_cmd.h
blob: f9bee456834cea5b9d104d6de2dc50741f8bc99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*-
 * The code in this file was written by Eivind Eklund <perhaps@yes.no>,
 * who places it in the public domain without restriction.
 *
 * $FreeBSD$
 */

struct cmdargs;

extern int nat_RedirectPort(struct cmdargs const *);
extern int nat_RedirectAddr(struct cmdargs const *);
extern int nat_ProxyRule(struct cmdargs const *);
extern int nat_Pptp(struct cmdargs const *);
extern int nat_SetTarget(struct cmdargs const *);

extern struct layer natlayer;
OpenPOWER on IntegriCloud