diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-23 07:41:55 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-23 07:41:55 +0000 |
| commit | b07fbc17e9994ab739ffd14ae1d9df38c22fdfea (patch) | |
| tree | dcae4425b97cd670a26f1074a999df062d47d4e1 /lib/libalias/alias_local.h | |
| parent | 6c527f260e2b1433ae7b4b07865cffddf265cce5 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_local.h')
| -rw-r--r-- | lib/libalias/alias_local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libalias/alias_local.h b/lib/libalias/alias_local.h index 4428d2aa1941..d207f9f73b5d 100644 --- a/lib/libalias/alias_local.h +++ b/lib/libalias/alias_local.h @@ -74,6 +74,7 @@ /* Globals */ extern int packetAliasMode; +extern unsigned int skinnyPort; /* Prototypes */ @@ -212,6 +213,9 @@ int AliasHandleUdpNbtNS(struct ip *_pip, struct alias_link *_link, void AliasHandleCUSeeMeOut(struct ip *_pip, struct alias_link *_link); void AliasHandleCUSeeMeIn(struct ip *_pip, struct in_addr _original_addr); +/* Skinny routines */ +void AliasHandleSkinny(struct ip *_pip, struct alias_link *_link); + /* Transparent proxy routines */ int ProxyCheck(struct ip *_pip, struct in_addr *_proxy_server_addr, u_short *_proxy_server_port); |
