]> git.saurik.com Git - apple/network_cmds.git/blame - natd.tproj/natd.h
network_cmds-85.tar.gz
[apple/network_cmds.git] / natd.tproj / natd.h
CommitLineData
b7080c8e
A
1/*
2 * natd - Network Address Translation Daemon for FreeBSD.
3 *
4 * This software is provided free of charge, with no
5 * warranty of any kind, either expressed or implied.
6 * Use at your own risk.
7 *
8 * You may copy, modify and distribute this software (natd.h) freely.
9 *
10 * Ari Suutari <suutari@iki.fi>
11 *
12 * $Id: natd.h,v 1.1.1.1 2000/01/11 01:48:51 wsanchez Exp $
13 */
14
15#define PIDFILE "/var/run/natd.pid"
16#define INPUT 1
17#define OUTPUT 2
18#define DONT_KNOW 3
19
20extern void Quit (const char* msg);
21extern void Warn (const char* msg);
22extern int SendNeedFragIcmp (int sock, struct ip* failedDgram, int mtu);
23
24