Deleted Added
sdiff udiff text old ( 126259 ) new ( 126261 )
full compact
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 */
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 ---