003 File Manager
Current Path:
/usr/src/sbin/natd
usr
/
src
/
sbin
/
natd
/
📁
..
📄
HISTORY
(4.27 KB)
📄
Makefile
(126 B)
📄
Makefile.depend
(314 B)
📄
README
(1.33 KB)
📄
icmp.c
(2.55 KB)
📄
natd.8
(20.9 KB)
📄
natd.c
(40.39 KB)
📄
natd.h
(650 B)
📁
samples
Editing: natd.h
/* * natd - Network Address Translation Daemon for FreeBSD. * * This software is provided free of charge, with no * warranty of any kind, either expressed or implied. * Use at your own risk. * * You may copy, modify and distribute this software (natd.h) freely. * * Ari Suutari <suutari@iki.fi> * * $FreeBSD$ */ #define PIDFILE "/var/run/natd.pid" #define INPUT 1 #define OUTPUT 2 #define DONT_KNOW 3 #define EXIT_DELAY 10000 #define MAX_EXIT_DELAY 999999 extern void Quit (const char* msg); extern void Warn (const char* msg); extern int SendNeedFragIcmp (int sock, struct ip* failedDgram, int mtu); extern struct libalias *mla;
Upload File
Create Folder