Deleted Added
full compact
if_pflog.h (126261) if_pflog.h (127145)
1/* $FreeBSD: head/sys/contrib/pf/net/if_pflog.h 126261 2004-02-26 02:34:12Z mlaier $ */
1/* $FreeBSD: head/sys/contrib/pf/net/if_pflog.h 127145 2004-03-17 21:11:02Z mlaier $ */
2/* $OpenBSD: if_pflog.h,v 1.9 2003/07/15 20:27:27 dhartmei Exp $ */
3/*
4 * Copyright 2001 Niels Provos <provos@citi.umich.edu>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27
28#ifndef _NET_IF_PFLOG_H_
29#define _NET_IF_PFLOG_H_
30
31struct pflog_softc {
32 struct ifnet sc_if; /* the interface */
2/* $OpenBSD: if_pflog.h,v 1.9 2003/07/15 20:27:27 dhartmei Exp $ */
3/*
4 * Copyright 2001 Niels Provos <provos@citi.umich.edu>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27
28#ifndef _NET_IF_PFLOG_H_
29#define _NET_IF_PFLOG_H_
30
31struct pflog_softc {
32 struct ifnet sc_if; /* the interface */
33#if defined(__FreeBSD__)
33#ifdef __FreeBSD__
34 LIST_ENTRY(pflog_softc) sc_next;
35#endif
36};
37
38/* XXX keep in sync with pfvar.h */
39#ifndef PF_RULESET_NAME_SIZE
40#define PF_RULESET_NAME_SIZE 16
41#endif

--- 38 unchanged lines hidden ---
34 LIST_ENTRY(pflog_softc) sc_next;
35#endif
36};
37
38/* XXX keep in sync with pfvar.h */
39#ifndef PF_RULESET_NAME_SIZE
40#define PF_RULESET_NAME_SIZE 16
41#endif

--- 38 unchanged lines hidden ---