Deleted Added
full compact
audit_domain.h (187214) audit_domain.h (191273)
1/*-
2 * Copyright (c) 2008 Apple Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
1/*-
2 * Copyright (c) 2008 Apple Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
29 * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_domain.h#1
30 * $FreeBSD: head/sys/bsm/audit_domain.h 187214 2009-01-14 10:44:16Z rwatson $
29 * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_domain.h#2
30 * $FreeBSD: head/sys/bsm/audit_domain.h 191273 2009-04-19 16:17:13Z rwatson $
31 */
32
33#ifndef _BSM_AUDIT_DOMAIN_H_
34#define _BSM_AUDIT_DOMAIN_H_
35
36/*
37 * BSM protocol domain constants - protocol domains defined in Solaris.
38 */

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

83#define BSM_PF_E164 509 /* FreeBSD/Darwin-specific. */
84#define BSM_PF_NATM 510 /* FreeBSD/Darwin-specific. */
85#define BSM_PF_ATM 511 /* FreeBSD/Darwin-specific. */
86#define BSM_PF_NETGRAPH 512 /* FreeBSD/Darwin-specific. */
87#define BSM_PF_SLOW 513 /* FreeBSD-specific. */
88#define BSM_PF_SCLUSTER 514 /* FreeBSD-specific. */
89#define BSM_PF_ARP 515 /* FreeBSD-specific. */
90#define BSM_PF_BLUETOOTH 516 /* FreeBSD-specific. */
31 */
32
33#ifndef _BSM_AUDIT_DOMAIN_H_
34#define _BSM_AUDIT_DOMAIN_H_
35
36/*
37 * BSM protocol domain constants - protocol domains defined in Solaris.
38 */

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

83#define BSM_PF_E164 509 /* FreeBSD/Darwin-specific. */
84#define BSM_PF_NATM 510 /* FreeBSD/Darwin-specific. */
85#define BSM_PF_ATM 511 /* FreeBSD/Darwin-specific. */
86#define BSM_PF_NETGRAPH 512 /* FreeBSD/Darwin-specific. */
87#define BSM_PF_SLOW 513 /* FreeBSD-specific. */
88#define BSM_PF_SCLUSTER 514 /* FreeBSD-specific. */
89#define BSM_PF_ARP 515 /* FreeBSD-specific. */
90#define BSM_PF_BLUETOOTH 516 /* FreeBSD-specific. */
91#define BSM_PF_IEEE80211 517 /* FreeBSD-specific. */
91 /* 517: unallocated. */
92#define BSM_PF_AX25 518 /* Linux-specific. */
93#define BSM_PF_ROSE 519 /* Linux-specific. */
94#define BSM_PF_NETBEUI 520 /* Linux-specific. */
95#define BSM_PF_SECURITY 521 /* Linux-specific. */
96#define BSM_PF_PACKET 522 /* Linux-specific. */
97#define BSM_PF_ASH 523 /* Linux-specific. */
98#define BSM_PF_ECONET 524 /* Linux-specific. */
99#define BSM_PF_ATMSVC 525 /* Linux-specific. */

--- 16 unchanged lines hidden ---
92#define BSM_PF_AX25 518 /* Linux-specific. */
93#define BSM_PF_ROSE 519 /* Linux-specific. */
94#define BSM_PF_NETBEUI 520 /* Linux-specific. */
95#define BSM_PF_SECURITY 521 /* Linux-specific. */
96#define BSM_PF_PACKET 522 /* Linux-specific. */
97#define BSM_PF_ASH 523 /* Linux-specific. */
98#define BSM_PF_ECONET 524 /* Linux-specific. */
99#define BSM_PF_ATMSVC 525 /* Linux-specific. */

--- 16 unchanged lines hidden ---