diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-20 11:41:48 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-20 11:41:48 +0000 |
| commit | 55a39fc5a23b1b6cb9d32d9ab9d40de6ad76f7b4 (patch) | |
| tree | 725e7244ed55e7db4d94b0461ff95070aff947a2 /lib/libalias/alias_local.h | |
| parent | 953ae31a00008703095d69f15e15175394e838a9 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_local.h')
| -rw-r--r-- | lib/libalias/alias_local.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libalias/alias_local.h b/lib/libalias/alias_local.h index 783f6b27bc93..439c9ea6a12e 100644 --- a/lib/libalias/alias_local.h +++ b/lib/libalias/alias_local.h @@ -107,6 +107,12 @@ FindUdpTcpIn (struct in_addr, struct in_addr, u_short, u_short, u_char); struct alias_link * FindUdpTcpOut(struct in_addr, struct in_addr, u_short, u_short, u_char); +struct alias_link * +FindPptpIn(struct in_addr, struct in_addr, u_short); + +struct alias_link * +FindPptpOut(struct in_addr, struct in_addr, u_short); + struct in_addr FindOriginalAddress(struct in_addr); @@ -159,6 +165,12 @@ void AliasHandleFtpOut(struct ip *, struct alias_link *, int); /* IRC routines */ void AliasHandleIrcOut(struct ip *, struct alias_link *, int); +/* PPTP routines */ +int PptpGetCallID(struct ip *, u_short *); +void PptpSetCallID(struct ip *, u_short); +void AliasHandlePptpOut(struct ip *, struct alias_link *); +void AliasHandlePptpIn(struct ip *, struct alias_link *); + /* NetBIOS routines */ int AliasHandleUdpNbt(struct ip *, struct alias_link *, struct in_addr *, u_short); int AliasHandleUdpNbtNS(struct ip *, struct alias_link *, struct in_addr *, u_short *, struct in_addr *, u_short *); |
