if_pfsync.h (662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9) if_pfsync.h (5666643a95389e3ea7637b86cc556d411242f71e)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2001 Michael Shalayeff
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

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

50#ifndef _NET_IF_PFSYNC_H_
51#define _NET_IF_PFSYNC_H_
52
53#define PFSYNC_VERSION 5
54#define PFSYNC_DFLTTL 255
55
56#define PFSYNC_ACT_CLR 0 /* clear all states */
57#define PFSYNC_ACT_INS 1 /* insert state */
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2001 Michael Shalayeff
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

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

50#ifndef _NET_IF_PFSYNC_H_
51#define _NET_IF_PFSYNC_H_
52
53#define PFSYNC_VERSION 5
54#define PFSYNC_DFLTTL 255
55
56#define PFSYNC_ACT_CLR 0 /* clear all states */
57#define PFSYNC_ACT_INS 1 /* insert state */
58#define PFSYNC_ACT_INS_ACK 2 /* ack of insterted state */
58#define PFSYNC_ACT_INS_ACK 2 /* ack of inserted state */
59#define PFSYNC_ACT_UPD 3 /* update state */
60#define PFSYNC_ACT_UPD_C 4 /* "compressed" update state */
61#define PFSYNC_ACT_UPD_REQ 5 /* request "uncompressed" state */
62#define PFSYNC_ACT_DEL 6 /* delete state */
63#define PFSYNC_ACT_DEL_C 7 /* "compressed" delete state */
64#define PFSYNC_ACT_INS_F 8 /* insert fragment */
65#define PFSYNC_ACT_DEL_F 9 /* delete fragments */
66#define PFSYNC_ACT_BUS 10 /* bulk update status */

--- 200 unchanged lines hidden ---
59#define PFSYNC_ACT_UPD 3 /* update state */
60#define PFSYNC_ACT_UPD_C 4 /* "compressed" update state */
61#define PFSYNC_ACT_UPD_REQ 5 /* request "uncompressed" state */
62#define PFSYNC_ACT_DEL 6 /* delete state */
63#define PFSYNC_ACT_DEL_C 7 /* "compressed" delete state */
64#define PFSYNC_ACT_INS_F 8 /* insert fragment */
65#define PFSYNC_ACT_DEL_F 9 /* delete fragments */
66#define PFSYNC_ACT_BUS 10 /* bulk update status */

--- 200 unchanged lines hidden ---