Deleted Added
full compact
pfvar.h (183550) pfvar.h (195699)
1/* $FreeBSD: head/sys/contrib/pf/net/pfvar.h 183550 2008-10-02 15:37:58Z zec $ */
1/* $FreeBSD: head/sys/contrib/pf/net/pfvar.h 195699 2009-07-14 22:48:30Z rwatson $ */
2/* $OpenBSD: pfvar.h,v 1.244 2007/02/23 21:31:51 deraadt Exp $ */
3
4/*
5 * Copyright (c) 2001 Daniel Hartmeier
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

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

1850void pf_osfp_cleanup(void);
1851#else
1852void pf_osfp_initialize(void);
1853#endif
1854int pf_osfp_match(struct pf_osfp_enlist *, pf_osfp_t);
1855struct pf_os_fingerprint *
1856 pf_osfp_validate(void);
1857
2/* $OpenBSD: pfvar.h,v 1.244 2007/02/23 21:31:51 deraadt Exp $ */
3
4/*
5 * Copyright (c) 2001 Daniel Hartmeier
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

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

1850void pf_osfp_cleanup(void);
1851#else
1852void pf_osfp_initialize(void);
1853#endif
1854int pf_osfp_match(struct pf_osfp_enlist *, pf_osfp_t);
1855struct pf_os_fingerprint *
1856 pf_osfp_validate(void);
1857
1858/*
1859 * Symbol translation macros
1860 */
1861#define INIT_VNET_PF(vnet) \
1862 INIT_FROM_VNET(vnet, VNET_MOD_PF, struct vnet_pf, vnet_pf)
1863
1864#define VNET_PF(sym) VSYM(vnet_pf, sym)
1865
1866#endif /* _NET_PFVAR_H_ */
1858#endif /* _NET_PFVAR_H_ */