]>
git.saurik.com Git - apple/network_cmds.git/blob - natd.tproj/natd.h
2 * natd - Network Address Translation Daemon for FreeBSD.
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.
8 * You may copy, modify and distribute this software (natd.h) freely.
10 * Ari Suutari <suutari@iki.fi>
12 * $Id: natd.h,v 1.1.1.1 2000/01/11 01:48:51 wsanchez Exp $
15 #define PIDFILE "/var/run/natd.pid"
20 extern void Quit (const char* msg
);
21 extern void Warn (const char* msg
);
22 extern int SendNeedFragIcmp (int sock
, struct ip
* failedDgram
, int mtu
);