opnsense-src/sys/netinet/libalias
Gleb Smirnoff c8564bffd2 Things required to build libalias as kernel module:
- kernel module declarations and handler.
- macros to map malloc(3) calls to malloc(9) ones.
- malloc(9) declarations.
- call finishoff() from module handler MOD_UNLOAD case
  instead of atexit(3).
- use panic(9) instead of abort(3)
- take time from time_second instead of gettimeofday(2)
- define INADDR_NONE
2005-05-05 21:05:38 +00:00
..
alias.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias.h Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. 2005-05-05 20:25:12 +00:00
alias_cuseeme.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_db.c Things required to build libalias as kernel module: 2005-05-05 21:05:38 +00:00
alias_ftp.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_irc.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_local.h Things required to build libalias as kernel module: 2005-05-05 21:05:38 +00:00
alias_nbt.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_old.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_pptp.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_proxy.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_skinny.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_smedia.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
alias_util.c Play with includes so that libalias can be compiled both as userland 2005-05-05 19:27:32 +00:00
HISTORY Add address translation support for RTSP/RTP used by RealPlayer and 2000-07-26 23:15:46 +00:00
libalias.3 Sort sections. 2005-01-20 09:17:07 +00:00