Deleted Added
full compact
if_pfsync.h (147261) if_pfsync.h (167710)
1/* $FreeBSD: head/sys/contrib/pf/net/if_pfsync.h 147261 2005-06-10 17:23:49Z mlaier $ */
1/* $FreeBSD: head/sys/contrib/pf/net/if_pfsync.h 167710 2007-03-19 17:52:15Z bms $ */
2/* $OpenBSD: if_pfsync.h,v 1.19 2005/01/20 17:47:38 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2001 Michael Shalayeff
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

176 union sc_statep sc_statep_net;
177 u_int32_t sc_ureq_received;
178 u_int32_t sc_ureq_sent;
179 int sc_bulk_tries;
180 int sc_maxcount; /* number of states in mtu */
181 int sc_maxupdates; /* number of updates/state */
182#ifdef __FreeBSD__
183 LIST_ENTRY(pfsync_softc) sc_next;
2/* $OpenBSD: if_pfsync.h,v 1.19 2005/01/20 17:47:38 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2001 Michael Shalayeff
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

176 union sc_statep sc_statep_net;
177 u_int32_t sc_ureq_received;
178 u_int32_t sc_ureq_sent;
179 int sc_bulk_tries;
180 int sc_maxcount; /* number of states in mtu */
181 int sc_maxupdates; /* number of updates/state */
182#ifdef __FreeBSD__
183 LIST_ENTRY(pfsync_softc) sc_next;
184 eventhandler_tag sc_detachtag;
184#endif
185};
186#endif
187
188
189struct pfsync_header {
190 u_int8_t version;
191#define PFSYNC_VERSION 2

--- 122 unchanged lines hidden ---
185#endif
186};
187#endif
188
189
190struct pfsync_header {
191 u_int8_t version;
192#define PFSYNC_VERSION 2

--- 122 unchanged lines hidden ---