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

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

24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef _NET_IF_PFLOG_H_
28#define _NET_IF_PFLOG_H_
29
30struct pflog_softc {
31 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__)
34 LIST_ENTRY(pflog_softc) sc_next;
35#endif
32};
33
34/* XXX keep in sync with pfvar.h */
35#ifndef PF_RULESET_NAME_SIZE
36#define PF_RULESET_NAME_SIZE 16
37#endif
38
39struct pfloghdr {

--- 36 unchanged lines hidden ---
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
42
43struct pfloghdr {

--- 36 unchanged lines hidden ---