Deleted Added
full compact
7c7
< * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 80482 2001-07-28 11:58:26Z darrenr $
---
> * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 92685 2002-03-19 11:44:16Z darrenr $
77a78
> void (* apr_del) __P((ap_session_t *));
81a83
> int (* apr_match) __P((fr_info_t *, ap_session_t *, struct nat *));
99a102
> int ftps_cmds;
112c115
< typedef struct {
---
> typedef struct raudio_s {
139a143,146
> /*
> * IPSec proxy
> */
> typedef u_32_t ipsec_cookie_t[2];
140a148,156
> typedef struct ipsec_pxy {
> ipsec_cookie_t ipsc_icookie;
> ipsec_cookie_t ipsc_rcookie;
> int ipsc_rckset;
> ipnat_t ipsc_rule;
> nat_t *ipsc_nat;
> ipstate_t *ipsc_state;
> } ipsec_pxy_t;
>
150a167
> extern int appr_match __P((fr_info_t *, struct nat *));
154c171,172
< extern aproxy_t *appr_match __P((u_int, char *));
---
> extern aproxy_t *appr_lookup __P((u_int, char *));
> extern int appr_new __P((fr_info_t *, ip_t *, struct nat *));