Deleted Added
full compact
alias_local.h (223437) alias_local.h (298995)
1/*-
2 * Copyright (c) 2001 Charles Mott <cm@linktel.net>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2001 Charles Mott <cm@linktel.net>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/netinet/libalias/alias_local.h 223437 2011-06-22 20:00:27Z ae $
26 * $FreeBSD: head/sys/netinet/libalias/alias_local.h 298995 2016-05-03 18:05:43Z pfg $
27 */
28
29/*
30 * Alias_local.h contains the function prototypes for alias.c,
31 * alias_db.c, alias_util.c and alias_ftp.c, alias_irc.c (as well
32 * as any future add-ons). It also includes macros, globals and
33 * struct definitions shared by more than one alias*.c file.
34 *

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

352#ifndef NO_FW_PUNCH
353void PunchFWHole(struct alias_link *_lnk);
354
355#endif
356
357/* Housekeeping function */
358void HouseKeeping(struct libalias *);
359
27 */
28
29/*
30 * Alias_local.h contains the function prototypes for alias.c,
31 * alias_db.c, alias_util.c and alias_ftp.c, alias_irc.c (as well
32 * as any future add-ons). It also includes macros, globals and
33 * struct definitions shared by more than one alias*.c file.
34 *

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

352#ifndef NO_FW_PUNCH
353void PunchFWHole(struct alias_link *_lnk);
354
355#endif
356
357/* Housekeeping function */
358void HouseKeeping(struct libalias *);
359
360/* Tcp specfic routines */
360/* Tcp specific routines */
361/* lint -save -library Suppress flexelint warnings */
362
363/* Transparent proxy routines */
364int
365ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr,
366 u_short * proxy_server_port, struct in_addr src_addr,
367 struct in_addr dst_addr, u_short dst_port, u_char ip_p);
368void

--- 36 unchanged lines hidden ---
361/* lint -save -library Suppress flexelint warnings */
362
363/* Transparent proxy routines */
364int
365ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr,
366 u_short * proxy_server_port, struct in_addr src_addr,
367 struct in_addr dst_addr, u_short dst_port, u_char ip_p);
368void

--- 36 unchanged lines hidden ---