Deleted Added
full compact
alias.h (61865) alias.h (63899)
1/*lint -save -library Flexelint comment for external headers */
2
3/*
4 Alias.h defines the outside world interfaces for the packet
5 aliasing software.
6
7 This software is placed into the public domain with no restrictions
8 on its distribution.
9
1/*lint -save -library Flexelint comment for external headers */
2
3/*
4 Alias.h defines the outside world interfaces for the packet
5 aliasing software.
6
7 This software is placed into the public domain with no restrictions
8 on its distribution.
9
10 $FreeBSD: head/sys/netinet/libalias/alias.h 61865 2000-06-20 13:07:52Z ru $
10 $FreeBSD: head/sys/netinet/libalias/alias.h 63899 2000-07-26 23:15:46Z archie $
11*/
12
13
14#ifndef _ALIAS_H_
15#define _ALIAS_H_
16
17/* Alias link representative (incomplete struct) */
18struct alias_link;

--- 20 unchanged lines hidden (view full) ---

39
40/* Packet Handling */
41 extern int
42 PacketAliasIn(char *, int maxpacketsize);
43
44 extern int
45 PacketAliasOut(char *, int maxpacketsize);
46
11*/
12
13
14#ifndef _ALIAS_H_
15#define _ALIAS_H_
16
17/* Alias link representative (incomplete struct) */
18struct alias_link;

--- 20 unchanged lines hidden (view full) ---

39
40/* Packet Handling */
41 extern int
42 PacketAliasIn(char *, int maxpacketsize);
43
44 extern int
45 PacketAliasOut(char *, int maxpacketsize);
46
47 extern int
48 PacketUnaliasOut(char *, int maxpacketsize);
49
47/* Port and Address Redirection */
48 extern struct alias_link *
49 PacketAliasRedirectPort(struct in_addr, u_short,
50 struct in_addr, u_short,
51 struct in_addr, u_short,
52 u_char);
53
54 extern int

--- 114 unchanged lines hidden ---
50/* Port and Address Redirection */
51 extern struct alias_link *
52 PacketAliasRedirectPort(struct in_addr, u_short,
53 struct in_addr, u_short,
54 struct in_addr, u_short,
55 u_char);
56
57 extern int

--- 114 unchanged lines hidden ---